Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6177
af76e795c4ce
parent 6170
2bcf6e5637e7
child 6180
8d72871c16ba
diff -r 8927e74527bc -r af76e795c4ce Plugins/CheckerPlugins/CodeStyleChecker/translations.py
--- 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"],

eric ide

mercurial