eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7042
2be5b245e1b8
parent 7040
f89952e5fc11
child 7045
c2bf08f87a1d
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Thu Jun 27 19:05:28 2019 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Thu Jun 27 19:21:23 2019 +0200
@@ -667,6 +667,10 @@
         "MiscellaneousChecker",
         "a value should not be assigned to a variable if it will be used as a"
         " return value only"),
+    "M841": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "prefer implied line continuation inside parentheses, "
+        "brackets and braces as opposed to a backslash"),
     "M891": QCoreApplication.translate(
         "MiscellaneousChecker",
         "commented code lines should be removed"),

eric ide

mercurial