--- 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}"),