summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-092-1/+6
* Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-0/+6
* Fix false report of E231 in some casesFlorent Xicluna2012-12-092-1/+2
* Merge pull request #133 from smichr/e27Florent Xicluna2012-12-091-0/+2
|\
| * E27 finds keyword at start of lineChris Smith2012-10-211-0/+2
* | Fix E231 for nested dictAnastasia Morozova2012-12-081-0/+2
|/
* Fix false positive E401; issue #104.Florent Xicluna2012-07-141-0/+3
* Add tests for issue #100.Florent Xicluna2012-07-031-0/+5
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-271-0/+9
* Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-262-0/+33
* Fix minor E12 glitches.Florent Xicluna2012-06-162-0/+14
* Back to development; fix issue #81.Florent Xicluna2012-06-152-1/+19
* Release version 1.3.1.3Florent Xicluna2012-06-152-10/+27
* Review the E12 checks.Florent Xicluna2012-06-153-1/+19
* Fix confusions between E123 and E124.Florent Xicluna2012-06-132-12/+41
* Fix false positive E121 and E127 for prefixed string literals.Florent Xicluna2012-06-131-0/+24
* make multi-line STRING % (foo, bar) workSam Vilain2012-06-061-0/+12
* Add some more tests for multi-line string continuation indentSam Vilain2012-06-062-0/+17
* Make E127/E128 stricter about what defines a new levelSam Vilain2012-06-062-12/+15
* Relax E127/E128 for aligned homogenous tokensSam Vilain2012-06-062-2/+39
* Fix E225 for Python 3. Closes #72.Florent Xicluna2012-06-041-0/+3
* Fix regression when rewriting E251. Closes #70.Florent Xicluna2012-06-031-0/+2
* More test cases for line length.Florent Xicluna2012-06-031-0/+26
* Open files with proper encodingmyint2012-06-021-0/+2
* Fix a crash when too many brackets are closed.Florent Xicluna2012-06-021-0/+9
* Fix E502 for embedded backslash. Closes #68.Florent Xicluna2012-06-021-0/+7
* Make E27 checks twice as fast.Florent Xicluna2012-06-012-1/+17
* Pick tests for E127 from @samv branch.Florent Xicluna2012-06-012-1/+31
* Renumber the E12 series for consistency with part of E11 series; shorten the ...Florent Xicluna2012-06-011-42/+42
* Add doctests for E12; split the testsuite.Florent Xicluna2012-05-312-439/+476
* Refactor E12 checks, and add a bunch of test cases.Florent Xicluna2012-05-311-19/+242
* Chase some false positive indentation errors.Florent Xicluna2012-05-302-4/+56
* Allow to mix visual and hanging indent (E126 checker)Florent Xicluna2012-05-301-1/+42
* Fix E502 for backslash embedded in literals, and further refactoring of the n...Florent Xicluna2012-05-291-7/+19
* Add checks for continuation line indentation, disabled by default. Closes #64.Florent Xicluna2012-05-294-5/+213
|\
| * Allow tokens following multi–line string literals to avoid E12*Sam Vilain2012-05-271-0/+31
| * New continuation line error E127 unnecessary backslashSam Vilain2012-05-271-0/+4
| * Extend E12* errors to unbracketed continuation linesSam Vilain2012-05-271-0/+21
| * Fix an E120 false positiveSam Vilain2012-05-271-0/+4
| * E12: eat your own dogfood: visual or hanging indent, pick oneSam Vilain2012-05-271-0/+20
| * Fix continuation lines false positive on indented blocksSam Vilain2012-05-271-0/+8
| * Add a hybrid checker for continuation line indentationSam Vilain2012-05-262-2/+122
* | More testsFlorent Xicluna2012-05-281-0/+4
* | Realign text according to PEP8, thanks to Sam Vilain checkers; and refactor a...Florent Xicluna2012-05-281-0/+2
* | Add checks E711, E712 and E721. Closes #46 and #47.Florent Xicluna2012-05-282-0/+36
* | Fix issue #29: spurious E225 and E701 for function annotationsFlorent Xicluna2012-05-271-0/+6
* | Add E502 for extraneous backslashes.Florent Xicluna2012-05-271-0/+22
|/
* Catch syntax errors with E901; fix E27* to behave consistently with Python3.Florent Xicluna2012-05-232-0/+14
* Avoid extraneous whitespace around keywords.Rick Harris2012-04-301-0/+10
* Fix W602 checking of 3 argument raises to handle multi-char names, issue #34Brian Elliott2012-03-291-1/+1