summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version for v3.0.33.0.3Ian Cordasco2016-07-301-1/+1
* Reset Application.formatter attribute in init_reportIan Cordasco2016-07-301-0/+1
* Re-allow for relative paths for excludeIan Cordasco2016-07-292-5/+10
* Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* Report errors when run via setuptools.Alex Wood2016-07-291-0/+5
* Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-292-2/+13
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-282-4/+10
* Raise exception when entry_point not callableMarc Abramowitz2016-07-281-0/+6
* Sort reports by line and columnFabian Neundorf2016-07-281-1/+1
* Match noqa for users with explanationsbug/178Ian Cordasco2016-07-281-1/+1
* Handle AttributeErrors during parameter aggregationIan Cordasco2016-07-272-5/+41
* Merge branch 'fix-mp-win-3.0' into 'master' Ian Cordasco2016-07-271-8/+11
|\
| * Fix multiprocessing on Windowsschlamar2016-07-271-8/+11
* | Merge branch '_job_count_rettype' into 'master' Ian Cordasco2016-07-271-1/+1
|\ \ | |/ |/|
| * _job_count always returns an intFichteFoll2016-07-271-1/+1
* | Ensure we're only on Python 2.7Ian Cordasco2016-07-261-1/+1
* | Update version and release notes for 3.0.23.0.2Ian Cordasco2016-07-261-1/+1
* | Fix handling of logical lines with noqaIan Cordasco2016-07-263-22/+26
* | Fix zero-indexed column numberingIan Cordasco2016-07-262-2/+6
|/
* Fix project config file discoveryIan Cordasco2016-07-261-8/+5
* Update NOQA regular expressionIan Cordasco2016-07-261-1/+1
* Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-263-2/+34
|\
| * Handle repeated --quiet options againIan Cordasco2016-07-253-2/+34
* | Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-253-0/+31
|\ \ | |/
| * Wire-up --statistics againbug/180Ian Cordasco2016-07-253-0/+31
* | Set-up and stop our formatterbug/output-fileIan Cordasco2016-07-251-0/+2
|/
* Handle multiline strings with '# noqa'Ian Cordasco2016-07-252-6/+8
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-241-1/+1
* Support functions as file plugins tooFabian Neundorf2016-07-241-5/+7
* Check for alternate_separator only when truthyIan Cordasco2016-07-221-1/+2
* Check for both os.path.sep and os.path.altsepIan Cordasco2016-07-221-4/+7
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
* Fix up merge request 78Ian Cordasco2016-07-204-42/+43
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-204-14/+15
* Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-202-17/+24
* Merge branch 'legacy-api-tests' into 'master' Ian Cordasco2016-07-191-2/+3
|\
| * Add a bunch more legacy API testsIan Cordasco2016-07-191-2/+3
* | Fix git config parsingSabbir Muhit2016-07-181-1/+1
|/
* Add OptionManager#parse_known_argsIan Cordasco2016-07-162-4/+38
* Use raw strings for docstringIan Cordasco2016-07-141-1/+1
* Document Legacy APIIan Cordasco2016-07-141-1/+13
* Fix up docstrings and __all__ in api.legacyIan Cordasco2016-07-141-2/+17
* Run the individual methods in Application#initializeIan Cordasco2016-07-142-1/+12
* Use statistics in the legacy report classIan Cordasco2016-07-121-1/+6
* Add statistics collection to StyleGuideIan Cordasco2016-07-121-0/+3
* Add actual tests around statistics moduleadd-statisticsIan Cordasco2016-07-121-23/+40
* Add the statistics moduleIan Cordasco2016-07-111-0/+101
* Handle errors reported in empty filesIan Cordasco2016-07-092-3/+10
* Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-092-5/+33
* Handle kwargs passed to get_style_guidebackwards-compat-apiIan Cordasco2016-07-071-0/+10