summaryrefslogtreecommitdiff
path: root/flake8/processor.py
Commit message (Expand)AuthorAgeFilesLines
* Start adding documentation about developing pluginsIan Cordasco2016-05-161-0/+1
* Document flake8.checker and flake8.processorIan Cordasco2016-05-141-14/+14
* Add more tests around the processor moduleIan Cordasco2016-03-291-2/+9
* Log the attribute error for developersIan Cordasco2016-03-261-1/+8
* Remove unnecessary and outdated test runnerIan Cordasco2016-03-171-2/+4
* Run checks expecting an ASTIan Cordasco2016-03-151-0/+9
* Ensure the logical line is tracked on the processorIan Cordasco2016-03-151-1/+2
* Log tokens at a lower level than debugIan Cordasco2016-03-141-3/+4
* Fix indentation causing incorrect logical linesIan Cordasco2016-03-141-2/+2
* Add ability to check if a file is ignored inlineIan Cordasco2016-03-141-0/+16
* Fix missing attributes for pep8 pluginsIan Cordasco2016-03-101-1/+14
* Make flake8 actually workIan Cordasco2016-03-101-1/+3
* Refactor processor and file checker some moreIan Cordasco2016-03-041-1/+67
* Move processor to its own moduleIan Cordasco2016-03-041-0/+300