35 "NamingStyleChecker", "module names should be lowercase" |
35 "NamingStyleChecker", "module names should be lowercase" |
36 ), |
36 ), |
37 "N808": QCoreApplication.translate( |
37 "N808": QCoreApplication.translate( |
38 "NamingStyleChecker", "package names should be lowercase" |
38 "NamingStyleChecker", "package names should be lowercase" |
39 ), |
39 ), |
|
40 "N809": QCoreApplication.translate( |
|
41 "NamingStyleChecker", "function name should not start and end with '__'" |
|
42 ), |
40 "N811": QCoreApplication.translate( |
43 "N811": QCoreApplication.translate( |
41 "NamingStyleChecker", "constant imported as non constant" |
44 "NamingStyleChecker", "constant imported as non constant" |
42 ), |
45 ), |
43 "N812": QCoreApplication.translate( |
46 "N812": QCoreApplication.translate( |
44 "NamingStyleChecker", "lowercase imported as non lowercase" |
47 "NamingStyleChecker", "lowercase imported as non lowercase" |
47 "NamingStyleChecker", "camelcase imported as lowercase" |
50 "NamingStyleChecker", "camelcase imported as lowercase" |
48 ), |
51 ), |
49 "N814": QCoreApplication.translate( |
52 "N814": QCoreApplication.translate( |
50 "NamingStyleChecker", "camelcase imported as constant" |
53 "NamingStyleChecker", "camelcase imported as constant" |
51 ), |
54 ), |
|
55 "N815": QCoreApplication.translate( |
|
56 "NamingStyleChecker", "camelcase imported as acronym" |
|
57 ), |
|
58 "N818": QCoreApplication.translate( |
|
59 "NamingStyleChecker", "exception name should be named with an 'Error' suffix" |
|
60 ), |
52 "N821": QCoreApplication.translate( |
61 "N821": QCoreApplication.translate( |
53 "NamingStyleChecker", "variable in function should be lowercase" |
62 "NamingStyleChecker", "variable in function should be lowercase" |
|
63 ), |
|
64 "N822": QCoreApplication.translate( |
|
65 "NamingStyleChecker", "variable in class scope should not be mixed case" |
|
66 ), |
|
67 "N823": QCoreApplication.translate( |
|
68 "NamingStyleChecker", "variable in global scope should not be mixed case" |
54 ), |
69 ), |
55 "N831": QCoreApplication.translate( |
70 "N831": QCoreApplication.translate( |
56 "NamingStyleChecker", "names 'l', 'O' and 'I' should be avoided" |
71 "NamingStyleChecker", "names 'l', 'O' and 'I' should be avoided" |
57 ), |
72 ), |
58 } |
73 } |