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 |