eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7042
2be5b245e1b8
parent 7040
f89952e5fc11
child 7045
c2bf08f87a1d
equal deleted inserted replaced
7041:2c14833a2bee 7042:2be5b245e1b8
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",

eric ide

mercurial