--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Thu Mar 08 18:51:35 2018 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Thu Mar 08 19:03:19 2018 +0100 @@ -499,6 +499,9 @@ "M198": QCoreApplication.translate( "MiscellaneousChecker", 'unnecessary list comprehension - "{0}" can take a generator'), + "M201": QCoreApplication.translate( + "MiscellaneousChecker", + "sort keys - '{0}' should be before '{1}'"), "M601": QCoreApplication.translate( "MiscellaneousChecker", "found {0} formatter"), @@ -740,6 +743,7 @@ "M131": ["list"], "M132": ["list"], "M198": ["sorted"], + "M201": ["bar", "foo"], "M601": ["%s"], "M621": [5], "M622": ["foo"],