eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 8223
73ab31b11a81
parent 8198
1c765dc90c21
child 8243
cc717c2ae956
equal deleted inserted replaced
8222:5994b80b8760 8223:73ab31b11a81
477 "E305": [2, 1], 477 "E305": [2, 1],
478 "E306": [1, 0], 478 "E306": [1, 0],
479 "E307": [3, 1], 479 "E307": [3, 1],
480 "E308": [3], 480 "E308": [3],
481 "E501": [85, 79], 481 "E501": [85, 79],
482 "E605": ["A"],
483 "E711": ["None", "'if cond is None:'"], 482 "E711": ["None", "'if cond is None:'"],
484 "E712": ["True", "'if cond is True:' or 'if cond:'"], 483 "E712": ["True", "'if cond is True:' or 'if cond:'"],
485 "E741": ["l"], 484 "E741": ["l"],
486 "E742": ["l"], 485 "E742": ["l"],
487 "E743": ["l"], 486 "E743": ["l"],
489 "E902": ["OSError"], 488 "E902": ["OSError"],
490 } 489 }
491 490
492 _pycodestyleWarningMessagesSampleArgs = { 491 _pycodestyleWarningMessagesSampleArgs = {
493 "W505": [80, 72], 492 "W505": [80, 72],
493 "W605": ["A"],
494 } 494 }
495 495
496 _fixMessagesSampleArgs = { 496 _fixMessagesSampleArgs = {
497 "FIXWRITE_ERROR": ["OSError"], 497 "FIXWRITE_ERROR": ["OSError"],
498 } 498 }

eric ide

mercurial