Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 5737
6820ae39114e
parent 5725
671561c52802
child 5762
76ef5f340007
equal deleted inserted replaced
5736:000ea446ff4b 5737:6820ae39114e
112 112
113 @param code error code to be checked 113 @param code error code to be checked
114 @type str 114 @type str
115 @param lineFlags list of line flags to check against 115 @param lineFlags list of line flags to check against
116 @type list of str 116 @type list of str
117 @return flag indicating to ignore the code
118 @rtype bool
117 """ 119 """
118 if lineFlags: 120 if lineFlags:
119 121
120 if "__IGNORE_WARNING__" in lineFlags: 122 if "__IGNORE_WARNING__" in lineFlags:
121 # ignore all warning codes 123 # ignore all warning codes

eric ide

mercurial