eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7040
f89952e5fc11
parent 7021
2894aa889a4e
child 7042
2be5b245e1b8
diff -r 73cb6384a71f -r f89952e5fc11 eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Jun 14 18:46:44 2019 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Wed Jun 26 19:41:11 2019 +0200
@@ -667,6 +667,9 @@
         "MiscellaneousChecker",
         "a value should not be assigned to a variable if it will be used as a"
         " return value only"),
+    "M891": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "commented code lines should be removed"),
     "M901": QCoreApplication.translate(
         "MiscellaneousChecker",
         "{0}: {1}"),

eric ide

mercurial