summaryrefslogtreecommitdiff
path: root/src/flake8/checker.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor to support the per-file-ignoresIan Stapleton Cordasco2018-10-271-14/+5
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-82/+111
* Merge branch '405-nonexisting-files' into 'master'Ian Stapleton Cordasco2018-04-151-3/+1
|\
| * Report error when non-exiting path is passed to flake8Avraham Shukron2018-02-211-3/+1
* | Move all uses of `pool` inside `run_parallel()`.Craig Silverstein2018-03-021-31/+30
|/
* Implement better UX around broken pluginsIan Stapleton Cordasco2017-12-311-1/+9
* Lint only *.py files with --diff optionJosef Skladanka2017-08-081-0/+2
* Add debugging utility for FileCheckerIan Cordasco2017-06-011-0/+4
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-2/+2
* Avoid calling rstrip on NoneIan Cordasco2017-01-271-10/+15
* Enable users who want to track all files processedIan Cordasco2016-12-201-2/+3
* Tidy up last few bits for performance improvementIan Cordasco2016-12-201-10/+10
* Simplify and speed up multiprocessingAnthony Sottile2016-11-291-102/+60
* Only force files to be included when run from CLIIan Cordasco2016-11-231-10/+15
* Merge branch 'bug/259' into 'master' Ian Cordasco2016-11-201-16/+15
|\
| * Handle SyntaxErrors in a slightly smarter wayIan Cordasco2016-11-171-16/+15
* | Skip filename pattern check for provided filesIan Cordasco2016-11-191-1/+8
|/
* Handle SyntaxErrors after new-lines speciallyIan Cordasco2016-10-231-8/+35
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-22/+26
* Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-291-1/+2
* Sort reports by line and columnFabian Neundorf2016-07-281-1/+1
* Handle AttributeErrors during parameter aggregationIan Cordasco2016-07-271-5/+21
* Merge branch 'fix-mp-win-3.0' into 'master' Ian Cordasco2016-07-271-8/+11
|\
| * Fix multiprocessing on Windowsschlamar2016-07-271-8/+11
* | _job_count always returns an intFichteFoll2016-07-271-1/+1
|/
* Handle multiline strings with '# noqa'Ian Cordasco2016-07-251-5/+7
* Support functions as file plugins tooFabian Neundorf2016-07-241-5/+7
* Fix up merge request 78Ian Cordasco2016-07-201-25/+25
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-201-4/+4
* Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-201-5/+10
* Fix some logging and logging levelsIan Cordasco2016-06-281-4/+4
* Search current directory if no paths are specifiedIan Cordasco2016-06-261-0/+8
* Move flake8 into srcIan Cordasco2016-06-251-0/+610