summaryrefslogtreecommitdiff
path: root/testsuite/E50.py
Commit message (Expand)AuthorAgeFilesLines
* Inserting test case for GitHub #702gh-702Ian Lee2017-11-031-0/+5
* Correctly report E501 when the first line of a docstring is too longAnthony Sottile2017-03-151-0/+5
* Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-181-0/+14
* Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-231-0/+34
* Add one more test case for issue #224 (based on code review)Greg Ward2013-11-171-0/+3
* Allow long lines in multiline strings if they cannot be wrapped (issue #224).Greg Ward2013-11-081-0/+12
* Add some test cases for multiline strings.Greg Ward2013-11-081-0/+8
* Fix E502 for embedded backslash. Closes #68.Florent Xicluna2012-06-021-0/+7
* Chase some false positive indentation errors.Florent Xicluna2012-05-301-0/+4
* 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-291-1/+1
|\
* | Add E502 for extraneous backslashes.Florent Xicluna2012-05-271-0/+22
|/
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-111-0/+2