Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not skip physical checks if the newline is escaped; issue #319issue319 | Florent Xicluna | 2014-12-18 | 1 | -0/+14 |
| | |||||
* | Allow long lines in comments too, with similar rules; related to issue #224 | Florent Xicluna | 2014-03-23 | 1 | -0/+34 |
| | |||||
* | Add one more test case for issue #224 (based on code review) | Greg Ward | 2013-11-17 | 1 | -0/+3 |
| | |||||
* | Allow long lines in multiline strings if they cannot be wrapped (issue #224). | Greg Ward | 2013-11-08 | 1 | -0/+12 |
| | |||||
* | Add some test cases for multiline strings. | Greg Ward | 2013-11-08 | 1 | -0/+8 |
| | | | | | Since I'm about to add special treatment of multiline strings, I thought it best to ensure that we preserve the existing behaviour. | ||||
* | Fix E502 for embedded backslash. Closes #68. | Florent Xicluna | 2012-06-02 | 1 | -0/+7 |
| | |||||
* | Chase some false positive indentation errors. | Florent Xicluna | 2012-05-30 | 1 | -0/+4 |
| | |||||
* | Fix E502 for backslash embedded in literals, and further refactoring of the ↵ | Florent Xicluna | 2012-05-29 | 1 | -7/+19 |
| | | | | new E12 checks. | ||||
* | Add checks for continuation line indentation, disabled by default. Closes #64. | Florent Xicluna | 2012-05-29 | 1 | -1/+1 |
|\ | |||||
* | | Add E502 for extraneous backslashes. | Florent Xicluna | 2012-05-27 | 1 | -0/+22 |
|/ | |||||
* | Reorganize the test suite in order to check more failures with fewer test files. | Florent Xicluna | 2010-09-11 | 1 | -0/+2 |
--HG-- rename : testsuite/E101.py => testsuite/E10.py rename : testsuite/E111.py => testsuite/E11.py rename : testsuite/E202not.py => testsuite/E20.py rename : testsuite/E211not.py => testsuite/E21.py rename : testsuite/E225not.py => testsuite/E22.py rename : testsuite/E231.py => testsuite/E23.py rename : testsuite/E241.py => testsuite/E24.py rename : testsuite/E251.py => testsuite/E25.py rename : testsuite/E261.py => testsuite/E26.py rename : testsuite/E301.py => testsuite/E30.py rename : testsuite/E301not.py => testsuite/E30not.py rename : testsuite/E401.py => testsuite/E40.py rename : testsuite/E501.py => testsuite/E50.py rename : testsuite/E701.py => testsuite/E70.py rename : testsuite/W191.py => testsuite/W19.py rename : testsuite/W292.py => testsuite/W29.py rename : testsuite/W391.py => testsuite/W39.py rename : testsuite/W601.py => testsuite/W60.py rename : testsuite/E113not.py => testsuite/latin-1.py rename : testsuite/E501not.py => testsuite/utf-8.py |