665 " it has a return value except None"), |
665 " it has a return value except None"), |
666 "M834": QCoreApplication.translate( |
666 "M834": QCoreApplication.translate( |
667 "MiscellaneousChecker", |
667 "MiscellaneousChecker", |
668 "a value should not be assigned to a variable if it will be used as a" |
668 "a value should not be assigned to a variable if it will be used as a" |
669 " return value only"), |
669 " return value only"), |
|
670 "M891": QCoreApplication.translate( |
|
671 "MiscellaneousChecker", |
|
672 "commented code lines should be removed"), |
670 "M901": QCoreApplication.translate( |
673 "M901": QCoreApplication.translate( |
671 "MiscellaneousChecker", |
674 "MiscellaneousChecker", |
672 "{0}: {1}"), |
675 "{0}: {1}"), |
673 |
676 |
674 # CodeStyleFixer messages |
677 # CodeStyleFixer messages |