flake8/tests
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
..
fixtures Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
integration Serialize Checkers PluginTypeManager to a dict 2016-08-03 16:48:39 -05:00
unit Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00