eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyChecker.py

changeset 8195
db7f2badd374
parent 8194
b925628bf91f
child 8198
1c765dc90c21
equal deleted inserted replaced
8194:b925628bf91f 8195:db7f2badd374
22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108", 22 "Y101", "Y102", "Y103", "Y104", "Y105", "Y106", "Y107", "Y108",
23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116", 23 "Y109", "Y110", "Y111", "Y112", "Y113", "Y114", "Y115", "Y116",
24 "Y117", "Y118", "Y119", "Y120", 24 "Y117", "Y118", "Y119", "Y120",
25 25
26 # Comparations 26 # Comparations
27 "Y201" 27 "Y201", "Y202", "Y203", "Y204", "Y205", "Y206", "Y207", "Y208",
28 "Y211", "Y212", "Y213",
29 "Y221", "Y222", "Y223", "Y224",
30
31 # Opinionated
32 "Y301",
28 ] 33 ]
29 34
30 def __init__(self, source, filename, selected, ignored, expected, repeat): 35 def __init__(self, source, filename, selected, ignored, expected, repeat):
31 """ 36 """
32 Constructor 37 Constructor

eric ide

mercurial