--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Mon Mar 20 18:47:38 2017 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Mon Mar 20 18:50:25 2017 +0100 @@ -518,6 +518,9 @@ "M821": QCoreApplication.translate( "MiscellaneousChecker", "mutable default argument of type {0}"), + "M822": QCoreApplication.translate( + "MiscellaneousChecker", + "mutable default argument of type {0}"), "M901": QCoreApplication.translate( "MiscellaneousChecker", "{0}: {1}"), @@ -710,6 +713,7 @@ "M701": ["print_function, unicode_literals", "print_function"], "M702": ["print_function, unicode_literals"], "M821": ["Dict"], + "M822": ["Call"], "M901": ["SyntaxError", "Invalid Syntax"], "FWRITE_ERROR": ["IOError"], }