summaryrefslogtreecommitdiff
path: root/testsuite/E12.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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