src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9271
f655c20ff500
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
27 "N805": QCoreApplication.translate( 27 "N805": QCoreApplication.translate(
28 "NamingStyleChecker", "first argument of a method should be named 'self'" 28 "NamingStyleChecker", "first argument of a method should be named 'self'"
29 ), 29 ),
30 "N806": QCoreApplication.translate( 30 "N806": QCoreApplication.translate(
31 "NamingStyleChecker", 31 "NamingStyleChecker",
32 "first argument of a static method should not be named" " 'self' or 'cls", 32 "first argument of a static method should not be named 'self' or 'cls",
33 ), 33 ),
34 "N807": QCoreApplication.translate( 34 "N807": QCoreApplication.translate(
35 "NamingStyleChecker", "module names should be lowercase" 35 "NamingStyleChecker", "module names should be lowercase"
36 ), 36 ),
37 "N808": QCoreApplication.translate( 37 "N808": QCoreApplication.translate(

eric ide

mercurial