summaryrefslogtreecommitdiff
path: root/testsuite/E12.py
Commit message (Expand)AuthorAgeFilesLines
* Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-241-3/+3
* Fix wrong offset computation when error is on the last char of a physical lin...Florent Xicluna2014-04-041-0/+6
* Add tests relevant for issue #220Florent Xicluna2014-04-031-2/+8
* Add a second test for issue #265Florent Xicluna2014-04-031-0/+10
* Fix a crash with E125 on multi-line strings; closes #263Florent Xicluna2014-03-271-0/+4
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-4/+4
* Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-5/+5
* Merge branch 'master' into issue126Florent Xicluna2014-03-251-87/+152
|\
| * A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-241-6/+0
| * Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-241-8/+8
| * Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-231-0/+13
| * Another E122 not detectedFlorent Xicluna2013-06-161-0/+8
| * Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-151-0/+6
| * Reorder the tests for E12Florent Xicluna2013-04-261-105/+111
| * Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-261-0/+38
* | Split E125 for visual indent versus hanging indent; issue #126Florent Xicluna2013-03-221-2/+2
|/
* Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-261-0/+15
* Fix minor E12 glitches.Florent Xicluna2012-06-161-0/+7
* Back to development; fix issue #81.Florent Xicluna2012-06-151-0/+18
* Release version 1.3.1.3Florent Xicluna2012-06-151-0/+8
* Review the E12 checks.Florent Xicluna2012-06-151-0/+12
* Fix confusions between E123 and E124.Florent Xicluna2012-06-131-9/+28
* Add some more tests for multi-line string continuation indentSam Vilain2012-06-061-0/+5
* Make E127/E128 stricter about what defines a new levelSam Vilain2012-06-061-0/+15
* Relax E127/E128 for aligned homogenous tokensSam Vilain2012-06-061-1/+24
* Pick tests for E127 from @samv branch.Florent Xicluna2012-06-011-0/+12
* 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-311-439/+70
* 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-301-4/+52
* Allow to mix visual and hanging indent (E126 checker)Florent Xicluna2012-05-301-1/+42
* Add checks for continuation line indentation, disabled by default. Closes #64.Florent Xicluna2012-05-291-25/+25
* 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-261-0/+120