summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reproduce quiet/verbose config problemShinya Kawaguchi2017-07-222-3/+23
* Add some better comments for decision logicIan Cordasco2017-06-041-1/+3
* Get *one* more line of test coverageIan Cordasco2017-06-041-0/+3
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-046-52/+68
* Rename methods on the new DecisionEngineIan Cordasco2017-06-031-6/+7
* Move unit tests for StyleGuide decision logicIan Cordasco2017-06-022-176/+178
* Refactor decision logic into its own objectIan Cordasco2017-06-011-9/+3
* Add debugging utility for FileCheckerIan Cordasco2017-06-011-0/+9
* Merge branch 'bug/318' into 'master'Ian Cordasco2017-05-281-1/+20
|\
| * 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
* | Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-271-1/+1
|/
* Support spaces as error/ignore code separatorsIan Cordasco2017-05-251-0/+5
* Filter out empty ignore/select codesIan Cordasco2017-05-201-0/+5
* Clean up some uses of set, list, and dictJon Dufresne2017-05-132-5/+5
* Make formatting plugin logic easier to testIan Cordasco2017-05-131-20/+61
* Fix docstring violationsIan Cordasco2017-05-121-4/+4
* Don't apply excludes greedily to subdirsAnthony Sottile2017-03-161-0/+15
* Return similarly named, non-submodule modulesIan Cordasco2017-01-221-0/+34
* Add test for reproducible --version stringsIan Cordasco2017-01-211-0/+17
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+1
* Simplify and speed up multiprocessingAnthony Sottile2016-11-292-3/+3
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-0/+15
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-151-0/+47
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-0/+62
* Merge branch 'bug/245' into 'master' Ian Cordasco2016-11-122-0/+66
|\
| * Do not print the source when provided with -qIan Cordasco2016-11-112-0/+66
* | Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-0/+25
|/
* Handle a previously unhandled code scenarioIan Cordasco2016-11-081-5/+11
* Handle empty stdin-display-name valuesIan Cordasco2016-10-281-0/+12
* Fix bug with --enable-extensionsIan Cordasco2016-10-251-10/+17
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-3/+15
|\
| * Patch print function instead of sys.stdoutMartin Domke2016-07-261-9/+12
| * Add --tee option to split report output stream.Martin Domke2016-07-261-6/+15
* | Change how we apply lazy to the git hookIan Cordasco2016-10-251-0/+29
* | Handle SyntaxErrors after new-lines speciallyIan Cordasco2016-10-232-0/+26
* | Add failing test for NoneType in handle_errorIan Cordasco2016-08-271-0/+13
* | Add --bug-report flag to help bug reportersIan Cordasco2016-08-071-0/+86
* | Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-032-2/+12
* | Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* | Test loading non-callable pluginsFabian Neundorf2016-07-291-0/+11
* | Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-291-1/+2
* | Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-0/+1
* | Sort reports by line and columnFabian Neundorf2016-07-281-0/+68
* | Match noqa for users with explanationsbug/178Ian Cordasco2016-07-281-0/+1
* | Merge branch 'read_lines_crlf' into 'master' Ian Cordasco2016-07-271-1/+2
|\ \
| * | Fix read_lines_splits_lines test for CRLF endingsFichteFoll2016-07-271-1/+2
* | | Fix zero-indexed column numberingIan Cordasco2016-07-262-2/+2
|/ /
* | Fix project config file discoveryIan Cordasco2016-07-261-17/+5
|/