554 "MiscellaneousChecker", |
554 "MiscellaneousChecker", |
555 "expected these __future__ imports: {0}; but only got: {1}"), |
555 "expected these __future__ imports: {0}; but only got: {1}"), |
556 "M702": QCoreApplication.translate( |
556 "M702": QCoreApplication.translate( |
557 "MiscellaneousChecker", |
557 "MiscellaneousChecker", |
558 "expected these __future__ imports: {0}; but got none"), |
558 "expected these __future__ imports: {0}; but got none"), |
|
559 "M711": QCoreApplication.translate( |
|
560 "MiscellaneousChecker", |
|
561 "gettext import with alias _ found: {0}"), |
559 "M801": QCoreApplication.translate( |
562 "M801": QCoreApplication.translate( |
560 "MiscellaneousChecker", |
563 "MiscellaneousChecker", |
561 "print statement found"), |
564 "print statement found"), |
562 "M811": QCoreApplication.translate( |
565 "M811": QCoreApplication.translate( |
563 "MiscellaneousChecker", |
566 "MiscellaneousChecker", |
764 "M622": ["foo"], |
767 "M622": ["foo"], |
765 "M631": [5], |
768 "M631": [5], |
766 "M632": ["foo"], |
769 "M632": ["foo"], |
767 "M701": ["print_function, unicode_literals", "print_function"], |
770 "M701": ["print_function, unicode_literals", "print_function"], |
768 "M702": ["print_function, unicode_literals"], |
771 "M702": ["print_function, unicode_literals"], |
|
772 "M711": ["lgettext"], |
769 "M821": ["Dict"], |
773 "M821": ["Dict"], |
770 "M822": ["Call"], |
774 "M822": ["Call"], |
771 "M901": ["SyntaxError", "Invalid Syntax"], |
775 "M901": ["SyntaxError", "Invalid Syntax"], |
772 "FWRITE_ERROR": ["IOError"], |
776 "FWRITE_ERROR": ["IOError"], |
773 } |
777 } |