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

branch
eric7
changeset 11148
15e30f0c76a8
parent 11147
dee6e106b4d3
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
1055 1055
1056 def __modifyOptions(self, source): 1056 def __modifyOptions(self, source):
1057 """ 1057 """
1058 Private method to modify the options based on eflag: entries. 1058 Private method to modify the options based on eflag: entries.
1059 1059
1060 This method looks for comment lines like '# eflag: noqa = M601' 1060 This method looks for comment lines like '# eflag: noqa = M-601'
1061 at the end of the source in order to extend the list of excluded 1061 at the end of the source in order to extend the list of excluded
1062 messages for one file only. 1062 messages for one file only.
1063 1063
1064 @param source source text 1064 @param source source text
1065 @type list of str or str 1065 @type list of str or str

eric ide

mercurial