Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5621
80cce672d505
parent 5617
1b9e3d94864a
child 5639
9ee960bceb51
equal deleted inserted replaced
5620:6bca68319bb4 5621:80cce672d505
513 "MiscellaneousChecker", 513 "MiscellaneousChecker",
514 "print statement found"), 514 "print statement found"),
515 "M811": QCoreApplication.translate( 515 "M811": QCoreApplication.translate(
516 "MiscellaneousChecker", 516 "MiscellaneousChecker",
517 "one element tuple found"), 517 "one element tuple found"),
518 "M821": QCoreApplication.translate(
519 "MiscellaneousChecker",
520 "mutable default argument of type {0}"),
518 "M901": QCoreApplication.translate( 521 "M901": QCoreApplication.translate(
519 "MiscellaneousChecker", 522 "MiscellaneousChecker",
520 "{0}: {1}"), 523 "{0}: {1}"),
521 524
522 # CodeStyleFixer messages 525 # CodeStyleFixer messages
704 "M622": ["foo"], 707 "M622": ["foo"],
705 "M631": [5], 708 "M631": [5],
706 "M632": ["foo"], 709 "M632": ["foo"],
707 "M701": ["print_function, unicode_literals", "print_function"], 710 "M701": ["print_function, unicode_literals", "print_function"],
708 "M702": ["print_function, unicode_literals"], 711 "M702": ["print_function, unicode_literals"],
712 "M821": ["Dict"],
709 "M901": ["SyntaxError", "Invalid Syntax"], 713 "M901": ["SyntaxError", "Invalid Syntax"],
710 "FWRITE_ERROR": ["IOError"], 714 "FWRITE_ERROR": ["IOError"],
711 } 715 }
712 716
713 717

eric ide

mercurial