flake8/tests/fixtures
Ian Cordasco 7998734fe6
Handle SyntaxErrors after new-lines specially
In some cases, when we handle SyntaxErrors we need to ensure that the
column number is correct for a 1-indexed report. In some cases, we also
need to account for the fact that the SyntaxError has happened "after" a
new-line. To extract and alter the row and column numbers, we've moved
the logic to a private static method on the FileChecker object to avoid
an overly complex method.

Closes #237
2016-10-23 07:37:08 -05:00
..
config_files Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
diffs Add tests for parse_unified_diff 2016-06-07 10:14:45 -05:00
example-code Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00