Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6177
af76e795c4ce
parent 6170
2bcf6e5637e7
child 6180
8d72871c16ba
equal deleted inserted replaced
6176:8927e74527bc 6177:af76e795c4ce
497 "MiscellaneousChecker", 497 "MiscellaneousChecker",
498 'unnecessary list literal - rewrite as a dict literal'), 498 'unnecessary list literal - rewrite as a dict literal'),
499 "M198": QCoreApplication.translate( 499 "M198": QCoreApplication.translate(
500 "MiscellaneousChecker", 500 "MiscellaneousChecker",
501 'unnecessary list comprehension - "{0}" can take a generator'), 501 'unnecessary list comprehension - "{0}" can take a generator'),
502 "M201": QCoreApplication.translate(
503 "MiscellaneousChecker",
504 "sort keys - '{0}' should be before '{1}'"),
502 "M601": QCoreApplication.translate( 505 "M601": QCoreApplication.translate(
503 "MiscellaneousChecker", 506 "MiscellaneousChecker",
504 "found {0} formatter"), 507 "found {0} formatter"),
505 "M611": QCoreApplication.translate( 508 "M611": QCoreApplication.translate(
506 "MiscellaneousChecker", 509 "MiscellaneousChecker",
738 "C901": ["SyntaxError", "Invalid Syntax"], 741 "C901": ["SyntaxError", "Invalid Syntax"],
739 "M102": ["enc42"], 742 "M102": ["enc42"],
740 "M131": ["list"], 743 "M131": ["list"],
741 "M132": ["list"], 744 "M132": ["list"],
742 "M198": ["sorted"], 745 "M198": ["sorted"],
746 "M201": ["bar", "foo"],
743 "M601": ["%s"], 747 "M601": ["%s"],
744 "M621": [5], 748 "M621": [5],
745 "M622": ["foo"], 749 "M622": ["foo"],
746 "M631": [5], 750 "M631": [5],
747 "M632": ["foo"], 751 "M632": ["foo"],

eric ide

mercurial