summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong offset computation when error is on the last char of a physical lin...Florent Xicluna2014-04-041-0/+6
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-5/+4
* Do not allow newline after parameter equal; issue #252Florent Xicluna2014-04-041-0/+7
* Report correct line number for E303 with comments; issue #60Florent Xicluna2014-04-031-11/+14
* Add tests relevant for issue #220Florent Xicluna2014-04-032-2/+12
* Add some tests with row and columnFlorent Xicluna2014-04-031-9/+9
* Allow to test row and column.Florent Xicluna2014-04-031-4/+20
* Add a second test for issue #265Florent Xicluna2014-04-031-0/+10
* Fix false positive E121/E126 with multi-line string; issue #265Florent Xicluna2014-04-032-3/+17
* Fix a crash with E125 on multi-line strings; closes #263Florent Xicluna2014-03-271-0/+4
* Remove an extra comma in the testFlorent Xicluna2014-03-261-1/+1
* Ack PyPy SyntaxErrorFlorent Xicluna2014-03-261-2/+9
* Add a message for test_check_nullbytesFlorent Xicluna2014-03-261-1/+2
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-4/+4
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-256-8/+96
|\
| * Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-232-6/+40
| * Merge branch 'master' of https://github.com/gward/pep8 into gward-masterFlorent Xicluna2014-03-234-0/+54
| |\
| | * Add one more test case for issue #224 (based on code review)Greg Ward2013-11-171-0/+3
| | * Optionally disable physical line checks inside multiline strings (issue #242)Greg Ward2013-11-081-0/+14
| | * Allow long lines in multiline strings if they cannot be wrapped (issue #224).Greg Ward2013-11-081-0/+12
| | * Fix an incorrect "W391 blank line at EOF"Greg Ward2013-11-081-0/+6
| | * Add some test cases for multiline strings.Greg Ward2013-11-083-0/+19
* | | Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-5/+5
* | | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-254-4/+31
|\ \ \
| * | | More tests for E265 with the shebangFlorent Xicluna2013-05-021-0/+6
| * | | Add tests for E265Florent Xicluna2013-05-011-1/+18
| * | | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-013-3/+7
* | | | Merge branch 'master' into issue126Florent Xicluna2014-03-2517-134/+435
|\ \ \ \
| * | | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-251-2/+34
| * | | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-241-0/+1
| * | | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-242-1/+33
| * | | | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-243-7/+13
| * | | | Avoid printing errors twiceFlorent Xicluna2014-03-241-1/+1
| * | | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-242-1/+24
| * | | | Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-249-34/+41
| * | | | Added a test from issue #215Florent Xicluna2014-03-241-0/+3
| * | | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-232-0/+42
| * | | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-1/+1
| | |/ / | |/| |
| * | | Fix regression with multiple brackets; issue #214Florent Xicluna2014-03-221-1/+10
| | |/ | |/|
| * | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-041-0/+7
| * | Another E122 not detectedFlorent Xicluna2013-06-161-0/+8
| * | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-151-2/+2
| |\ \
| | * | Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| * | | Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-151-0/+14
| * | | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-151-0/+6
| * | | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-051-2/+17
| * | | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-031-0/+4
| | |/ | |/|
| * | Merge pull request #193 from sporty/masterFlorent Xicluna2013-05-011-0/+6
| |\ \ | | |/ | |/|
| | * utf-8 bom support.Ryo Takahashi2013-04-291-0/+6
| * | Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-13/+21