Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5639
9ee960bceb51
parent 5621
80cce672d505
child 5661
ae4f5cdc3d00
--- 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"],
 }

eric ide

mercurial