summaryrefslogtreecommitdiff
path: root/flake8/style_guide.py
Commit message (Expand)AuthorAgeFilesLines
* Add distinction between reported and ignored errorsIan Cordasco2016-06-071-2/+25
* Add --stdin-display-name to modify report outputIan Cordasco2016-06-061-0/+2
* Allow reporting on files passed via stdinIan Cordasco2016-06-061-11/+0
* Wire up last pieces to make --diff workIan Cordasco2016-06-061-2/+54
* Refactor Error formatting and handlingIan Cordasco2016-05-301-8/+16
* Run checks expecting an ASTIan Cordasco2016-03-151-2/+3
* Continue porting more logic from pep8Ian Cordasco2016-02-281-2/+4
* Re-order project imports based on flake8-import-orderIan Cordasco2016-02-251-2/+1
* Add mypy envIan Cordasco2016-02-211-3/+4
* Remove arguments from StyleGuideIan Cordasco2016-02-191-2/+5
* Make pylint happierIan Cordasco2016-02-191-4/+4
* Add specific tests for is_inline_ignoredIan Cordasco2016-02-191-1/+1
* Add checking for inline #noqa commentsIan Cordasco2016-02-191-1/+49
* Update StyleGuide tests and add new tests for handle_errorIan Cordasco2016-02-151-2/+2
* Simplify StyleGuide and add handle_error methodIan Cordasco2016-02-101-5/+14
* Represent an error with a namedtupleIan Cordasco2016-02-061-0/+8
* Add some logging to the style guideIan Cordasco2016-02-031-0/+9
* Add handling and decision making for select and ignoreIan Cordasco2016-02-021-1/+105
* Start work on our StyleGuide implementationIan Cordasco2016-02-011-0/+24
* Ignore only D203 and fix Flake8 errorsIan Cordasco2016-01-101-0/+1
* Bare bones of a notification systemIan Cordasco2015-12-281-0/+0