263 autofixing, fixedMsg)) |
263 autofixing, fixedMsg)) |
264 @rtype tuple of (dict, list of tuples of (int, int, str, bool, bool, bool, |
264 @rtype tuple of (dict, list of tuples of (int, int, str, bool, bool, bool, |
265 str)) |
265 str)) |
266 """ |
266 """ |
267 (excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, |
267 (excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, |
268 fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, docType, |
268 fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, |
269 codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, |
269 docType, codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, |
270 backup) = args |
270 backup) = args |
271 |
271 |
272 stats = {} |
272 stats = {} |
273 |
273 |
274 if fixIssues: |
274 if fixIssues: |