summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* Refactor off-by-default plugins and enabling themIan Cordasco2016-05-283-3/+29
* Start adding documentation about developing pluginsIan Cordasco2016-05-161-0/+1
* Document flake8.checker and flake8.processorIan Cordasco2016-05-141-14/+14
* Add a property for off-by-default pluginsIan Cordasco2016-05-101-0/+8
* Ignore --help/-h until later as wellIan Cordasco2016-05-101-2/+22
* Ensure we provide options to all pluginsIan Cordasco2016-05-101-0/+6
* Handle determining plugin versions and namesIan Cordasco2016-05-103-15/+97
* Print version information the second time we parse argumentsIan Cordasco2016-05-101-1/+4
* Add documentation around the cliIan Cordasco2016-05-081-5/+73
* Print the total number of errors before exitingIan Cordasco2016-05-071-0/+11
* Implement --exit-zero functionalityIan Cordasco2016-05-071-1/+5
* 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