summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify result handlingIan Cordasco2016-05-072-27/+26
* Add test for the make_checkers methodIan Cordasco2016-05-071-1/+7
* Refactor checker manager and add testsIan Cordasco2016-04-051-28/+22
* Fix multiprocessing work with retriesIan Cordasco2016-04-021-10/+12
* Restructure Checker Manager for serial retriesIan Cordasco2016-04-021-20/+58
* 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
* Handle case where file was ignoredIan Cordasco2016-03-151-1/+1
* Run checks expecting an ASTIan Cordasco2016-03-154-2/+48
* Bypass linecache by recording physical lineIan Cordasco2016-03-151-5/+8
* Ensure the logical line is tracked on the processorIan Cordasco2016-03-151-1/+2
* Wrap up multiprocessing workIan Cordasco2016-03-152-12/+45
* Catch Keyboard interruptions in our applicationIan Cordasco2016-03-151-3/+15
* Only ever return an integer for job countIan Cordasco2016-03-151-13/+9
* Reorganize our Application flowIan Cordasco2016-03-151-3/+14
* Reorganize methods alphabeticallyIan Cordasco2016-03-151-48/+91
* Add a results queueIan Cordasco2016-03-151-0/+2
* Add naive multiprocessing supportIan Cordasco2016-03-142-11/+44
* Correct log levels around loading pluginsIan Cordasco2016-03-141-3/+3
* Log tokens at a lower level than debugIan Cordasco2016-03-141-3/+4
* Add a lower level for extra verbosityIan Cordasco2016-03-141-6/+13
* Fix indentation causing incorrect logical linesIan Cordasco2016-03-141-2/+2
* Add ability to check if a file is ignored inlineIan Cordasco2016-03-142-0/+19
* Better log formatIan Cordasco2016-03-111-1/+2
* Simplify how we check if a file is excludedIan Cordasco2016-03-111-1/+1
* Send logging output to --output-fileIan Cordasco2016-03-111-1/+2
* Fix missing attributes for pep8 pluginsIan Cordasco2016-03-102-1/+16
* Make flake8 actually workIan Cordasco2016-03-103-4/+30
* Refactor processor and file checker some moreIan Cordasco2016-03-043-65/+85
* Move processor to its own moduleIan Cordasco2016-03-042-265/+314
* Slowly working through pep8.Checker.check_logicalIan Cordasco2016-03-022-1/+70
* Pull more logic out of pep8Ian Cordasco2016-03-012-7/+109
* Continue porting more logic from pep8Ian Cordasco2016-02-283-7/+98
* Accept the StyleGuide instead of optionsIan Cordasco2016-02-271-10/+11
* Incorporate more parsing logic from pycodestyleIan Cordasco2016-02-263-44/+123
* Separate the check runner from file processorIan Cordasco2016-02-261-12/+67
* Store plugin parameters on the plugin itselfIan Cordasco2016-02-261-2/+9
* Re-order project imports based on flake8-import-orderIan Cordasco2016-02-255-9/+9
* Add and fix documentationIan Cordasco2016-02-251-1/+2
* Constrain our search for plugin typeIan Cordasco2016-02-231-1/+19
* Distinguish check types via plugin type managerIan Cordasco2016-02-232-0/+58
* Add type annotationsIan Cordasco2016-02-232-2/+15
* Add line splitting and file readingIan Cordasco2016-02-231-15/+53
* Read lines from the file in our checkerIan Cordasco2016-02-221-0/+36
* Add unified linters testenvIan Cordasco2016-02-221-2/+2
* Add method to determine if filename is excludedIan Cordasco2016-02-221-1/+78
* Add utility functions around filename matchingIan Cordasco2016-02-221-0/+55
* Refactor our app setup/running a bitIan Cordasco2016-02-211-26/+100
* Add mypy envIan Cordasco2016-02-211-3/+4