summaryrefslogtreecommitdiff
path: root/tests/unit/test_style_guide.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-231-4/+6
* move from optparse to argparseAnthony Sottile2019-08-171-3/+3
* Fix flake8 --statisticsAnthony Sottile2019-01-301-5/+11
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-271-71/+4
* Add tests for the expected behaviour of per-file-ignoresIan Stapleton Cordasco2018-10-271-0/+100
* Implement --extend-ignoreVille Skyttä2018-05-161-0/+1
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-041-42/+2
* Move unit tests for StyleGuide decision logicIan Cordasco2017-06-021-176/+0
* Refactor decision logic into its own objectIan Cordasco2017-06-011-9/+3
* Simplify conditoinal in decision logicIan Cordasco2017-05-271-0/+2
* Add extra test cases for violation decisionsIan Cordasco2017-05-271-0/+14
* Further refine our logic handling selectionIan Cordasco2017-05-271-1/+4
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-151-0/+47
* Handle a previously unhandled code scenarioIan Cordasco2016-11-081-5/+11
* Fix bug with --enable-extensionsIan Cordasco2016-10-251-10/+17
* Add failing test for NoneType in handle_errorIan Cordasco2016-08-271-0/+13
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-0/+1
* Match noqa for users with explanationsbug/178Ian Cordasco2016-07-281-0/+1
* Fix zero-indexed column numberingIan Cordasco2016-07-261-1/+1
* Update NOQA regular expressionIan Cordasco2016-07-261-0/+3
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-4/+3
* Update our linecache test to correct itIan Cordasco2016-05-301-1/+3
* Refactor Error formatting and handlingIan Cordasco2016-05-301-3/+6
* Fix import ordering in test filesIan Cordasco2016-02-251-1/+2
* Remove arguments from StyleGuideIan Cordasco2016-02-191-9/+14
* Add specific tests for is_inline_ignoredIan Cordasco2016-02-191-0/+20
* Add checking for inline #noqa commentsIan Cordasco2016-02-191-2/+4
* Update StyleGuide tests and add new tests for handle_errorIan Cordasco2016-02-151-18/+65
* Add handling and decision making for select and ignoreIan Cordasco2016-02-021-0/+128