463 ignore=ignore, |
463 ignore=ignore, |
464 max_line_length=maxLineLength, |
464 max_line_length=maxLineLength, |
465 max_doc_length=maxDocLineLength, |
465 max_doc_length=maxDocLineLength, |
466 hang_closing=hangClosing, |
466 hang_closing=hangClosing, |
467 ) |
467 ) |
468 report = styleGuide.check_files([filename]) |
468 report = styleGuide.options.report |
|
469 styleGuide.input_file(filename, lines=source) |
469 stats.update(report.counters) |
470 stats.update(report.counters) |
470 errors = report.errors |
471 errors = report.errors |
471 |
472 |
472 # check documentation style |
473 # check documentation style |
473 docStyleChecker = DocStyleChecker( |
474 docStyleChecker = DocStyleChecker( |