summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add a few more cases of "not value"Ian Lee2014-12-131-0/+3
* Fix normalize_paths to allow whitespaceWill Kahn-Greene2014-11-062-1/+22
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-1/+1
* Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-05-291-6/+29
|\
| * Add position to E26 testsFlorent Xicluna2014-04-261-6/+6
| * Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-04-261-0/+23
* | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-05-293-4/+24
|\ \
| * | Fix testsFlorent Xicluna2014-04-262-3/+3
| * | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-04-261-1/+21
| |/
* | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-05-293-8/+22
|\ \
| * | Add tests for E731, issue #277Florent Xicluna2014-04-261-0/+7
| * | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-04-262-8/+15
* | | Additional tests for W391Florent Xicluna2014-05-071-1/+10
* | | Check the last line even if it does not end with a NL; issue #286Florent Xicluna2014-05-071-0/+4
| |/ |/|
* | few mispelling errorsCarlos E. Garcia2014-04-231-1/+1
|/
* Merge checker W292 with checker W391 for better performanceFlorent Xicluna2014-04-141-1/+1
* Check the last line even if it has not EOL; issue #273Florent Xicluna2014-04-142-6/+13
* Fix regression with E22 checks and inline comments; issue #271Florent Xicluna2014-04-091-0/+5
* Fix negative offset with E303 before a multi-line docstring; issue #269Florent Xicluna2014-04-051-0/+8
* 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