Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5621
80cce672d505
parent 5617
1b9e3d94864a
child 5639
9ee960bceb51
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Mar 17 19:10:39 2017 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Mar 17 19:19:19 2017 +0100
@@ -515,6 +515,9 @@
     "M811": QCoreApplication.translate(
         "MiscellaneousChecker",
         "one element tuple found"),
+    "M821": QCoreApplication.translate(
+        "MiscellaneousChecker",
+        "mutable default argument of type {0}"),
     "M901": QCoreApplication.translate(
         "MiscellaneousChecker",
         "{0}: {1}"),
@@ -706,6 +709,7 @@
     "M632": ["foo"],
     "M701": ["print_function, unicode_literals", "print_function"],
     "M702": ["print_function, unicode_literals"],
+    "M821": ["Dict"],
     "M901": ["SyntaxError", "Invalid Syntax"],
     "FWRITE_ERROR": ["IOError"],
 }

eric ide

mercurial