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 "M841": QCoreApplication.translate( |
|
671 "MiscellaneousChecker", |
|
672 "prefer implied line continuation inside parentheses, " |
|
673 "brackets and braces as opposed to a backslash"), |
670 "M891": QCoreApplication.translate( |
674 "M891": QCoreApplication.translate( |
671 "MiscellaneousChecker", |
675 "MiscellaneousChecker", |
672 "commented code lines should be removed"), |
676 "commented code lines should be removed"), |
673 "M901": QCoreApplication.translate( |
677 "M901": QCoreApplication.translate( |
674 "MiscellaneousChecker", |
678 "MiscellaneousChecker", |