summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
Commit message (Expand)AuthorAgeFilesLines
* Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-261-0/+19
* Accept visual indentation without parenthesis after the if statement. Issue #151Florent Xicluna2013-02-041-0/+4
* Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-091-1/+1
* Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-0/+6
* 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-261-0/+18
* Fix minor E12 glitches.Florent Xicluna2012-06-161-0/+7
* Release version 1.3.1.3Florent Xicluna2012-06-151-10/+19
* Review the E12 checks.Florent Xicluna2012-06-151-0/+6
* Fix confusions between E123 and E124.Florent Xicluna2012-06-131-3/+13
* 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-061-0/+12
* Make E127/E128 stricter about what defines a new levelSam Vilain2012-06-061-12/+0
* Relax E127/E128 for aligned homogenous tokensSam Vilain2012-06-061-1/+15
* Pick tests for E127 from @samv branch.Florent Xicluna2012-06-011-1/+19
* Add doctests for E12; split the testsuite.Florent Xicluna2012-05-311-0/+406