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

branch
eric7
changeset 9786
f94b530722af
parent 9653
e67609152c5e
child 10041
67c8efa6d098
equal deleted inserted replaced
9785:84684a40187d 9786:f94b530722af
132 @type list of str 132 @type list of str
133 @return flag indicating to ignore the code 133 @return flag indicating to ignore the code
134 @rtype bool 134 @rtype bool
135 """ 135 """
136 if lineFlags: 136 if lineFlags:
137
138 if ( 137 if (
139 "__IGNORE_WARNING__" in lineFlags 138 "__IGNORE_WARNING__" in lineFlags
140 or "noqa" in lineFlags 139 or "noqa" in lineFlags
141 or "nosec" in lineFlags 140 or "nosec" in lineFlags
142 ): 141 ):

eric ide

mercurial