369 "variable in function should be lowercase"), |
369 "variable in function should be lowercase"), |
370 "N831": QCoreApplication.translate( |
370 "N831": QCoreApplication.translate( |
371 "NamingStyleChecker", |
371 "NamingStyleChecker", |
372 "names 'l', 'O' and 'I' should be avoided"), |
372 "names 'l', 'O' and 'I' should be avoided"), |
373 |
373 |
|
374 # McCabe messages |
|
375 "C101": QCoreApplication.translate( |
|
376 "McCabeChecker", "'{0}' is too complex ({1})"), |
|
377 "C901": QCoreApplication.translate( |
|
378 "McCabeChecker", "{0}: {1}"), |
|
379 |
374 # CodeStyleFixer messages |
380 # CodeStyleFixer messages |
375 "FD111": QCoreApplication.translate( |
381 "FD111": QCoreApplication.translate( |
376 'CodeStyleFixer', |
382 'CodeStyleFixer', |
377 "Triple single quotes converted to triple double quotes."), |
383 "Triple single quotes converted to triple double quotes."), |
378 'FD112': QCoreApplication.translate( |
384 'FD112': QCoreApplication.translate( |