summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Report E703 instead of E702 for the trailing semicolon. Issue #117Florent Xicluna2012-12-261-0/+2
* Allow sphinx.ext.autodoc syntax for comments. Issue #110Florent Xicluna2012-12-261-0/+7
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-221-0/+7
* Fix regression when detecting W602 (due to e2bb226)Florent Xicluna2012-12-221-0/+2
* Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-201-10/+35
* Add changelog entry for issue #96Florent Xicluna2012-12-191-0/+4
* Merge pull request #123 to adapt E225 to the latest recommendations.Florent Xicluna2012-12-192-10/+4
|\
| * Add optional surrounding whitespace to high precedence mathematical operators...Tim Leslie2012-08-202-10/+4
* | 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