Commit Graph

24 Commits

Author SHA1 Message Date
Dave Halter
5993765e0a Better documentation of issues. 2017-09-03 23:01:34 +02:00
Dave Halter
ede8a2139f Add some first f-string issues. 2017-08-25 22:09:58 +02:00
Dave Halter
1912551296 Move some star_expr checking around. 2017-08-19 12:59:49 +02:00
Dave Halter
d5d7518ca4 Allow multiple values to be used when registering rules. 2017-08-19 12:51:10 +02:00
Dave Halter
f055ba198f Move more stuff and fix tests. 2017-08-17 10:38:45 +02:00
Dave Halter
06d7da3f3e Move the first issue to the new rule engine. 2017-08-17 10:25:11 +02:00
Dave Halter
8d20f3d469 Finish refactoring rules. 2017-08-17 09:33:46 +02:00
Dave Halter
e37e2e1ff6 Swich the add_sisue signature around. 2017-08-16 22:44:33 +02:00
Dave Halter
fc80cebfb8 More normalizer Rule refactoring. 2017-08-16 22:13:11 +02:00
Dave Halter
412da07893 Refactor the Rule class a bit. 2017-08-16 18:17:51 +02:00
Dave Halter
58c32591d0 Some preparations to get Python 2 tests working. 2017-07-31 12:33:47 +02:00
Dave Halter
b3923e65e8 Try to add syntax errors to pep8 normalizing. 2017-07-10 23:04:54 +02:00
Dave Halter
ceed7f183e Make it possible to list errors easier in a Python tree. 2017-07-09 16:57:09 +02:00
Dave Halter
af38b3cb10 Some renames. 2017-07-08 19:39:25 +02:00
Dave Halter
968ce4759a Move some stuff around to make it more flexible. 2017-07-08 19:00:03 +02:00
Dave Halter
65168577cf Fix comment issues (E26x). 2017-07-08 13:57:39 +02:00
Dave Halter
fdad958b64 Fix most newline issues. 2017-07-05 17:15:24 +02:00
Dave Halter
c07cd77417 Implement E101. No mixing of tabs and spaces in indentation. 2017-06-08 00:10:15 +02:00
Dave Halter
660bbe1971 Trying to add a testsuite in pytest for the tests of pydocstyle. 2017-06-04 21:10:57 +02:00
Dave Halter
f13643b6cd Try to implement some of the pydocstyle functionality in the normalizer function. 2017-06-04 18:13:29 +02:00
Dave Halter
814b16cc6c Remove the remove_newline hack and build that stuff into error recovery instead.
Tests are passing except for diff parser tests.
2017-05-31 21:24:24 +02:00
Dave Halter
6640308d15 Add a prefix splitting. 2017-05-30 02:00:08 +02:00
Dave Halter
a276c0b42d Try to add rules for normalizers. 2017-05-28 17:14:20 +02:00
Dave Halter
673ffb9c62 Start adding normalizers instead of the get_code(normalize=True) function. 2017-05-27 13:02:56 -04:00