summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add more simple tests for the legacy apilegacy-api-testsIan Cordasco2016-07-161-0/+28
* Begin adding tests for the Legacy APIIan Cordasco2016-07-161-0/+22
* Merge branch 'bug/168' into 'master' Ian Cordasco2016-07-163-4/+47
|\
| * Add OptionManager#parse_known_argsIan Cordasco2016-07-163-4/+47
|/
* Use raw strings for docstringIan Cordasco2016-07-141-1/+1
* Document Legacy APIIan Cordasco2016-07-142-2/+106
* 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
* Merge branch 'add-statistics' into 'master' Ian Cordasco2016-07-134-1/+248
|\
| * Use statistics in the legacy report classIan Cordasco2016-07-121-1/+6
| * Add statistics collection to StyleGuideIan Cordasco2016-07-121-0/+3
| * Add more tests around our Statistics classIan Cordasco2016-07-121-0/+49
| * Add actual tests around statistics moduleadd-statisticsIan Cordasco2016-07-122-25/+109
| * Add empty test file for our statistics moduleIan Cordasco2016-07-111-0/+5
| * Add the statistics moduleIan Cordasco2016-07-111-0/+101
|/
* Add build testenv for future CI workIan Cordasco2016-07-101-2/+11
* Set default python for flake8 testenvIan Cordasco2016-07-101-0/+1
* Merge branch 'bug/157' into 'master' Ian Cordasco2016-07-103-4/+19
|\
| * Update tests for errors with no physical lineIan Cordasco2016-07-091-1/+9
| * Handle errors reported in empty filesIan Cordasco2016-07-092-3/+10
* | Merge branch 'add-empty-test-fixture' into 'master' Ian Cordasco2016-07-101-0/+0
|\ \ | |/ |/|
| * Add empty file as a test fixtureIan Cordasco2016-07-091-0/+0
|/
* Merge branch 'docs/update-plugin-dev' into 'master' Ian Cordasco2016-07-091-0/+1
|\
| * Add new Flake8 classifier to Trove listIan Cordasco2016-07-091-0/+1
|/
* Merge branch 'bug/163' into 'master' Ian Cordasco2016-07-092-5/+33
|\
| * Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-092-5/+33
* | Merge branch 'get-option' into 'master' Ian Cordasco2016-07-091-4/+4
|\ \ | |/ |/|
| * Use option name provided by the parserFabian Neundorf2016-07-091-4/+4
|/
* Merge branch 'backwards-compat-api' into 'master' Ian Cordasco2016-07-087-55/+174
|\
| * Handle kwargs passed to get_style_guidebackwards-compat-apiIan Cordasco2016-07-071-0/+10
| * Fill in most of the legacy APIIan Cordasco2016-07-074-59/+153
| * Simplify our test environmentsIan Cordasco2016-06-301-16/+0
| * Clean up setup.py a bitIan Cordasco2016-06-301-22/+4
| * Fix up MANIFEST.inIan Cordasco2016-06-301-3/+5
| * Add the skeleton for the LegacyStyleGuideIan Cordasco2016-06-301-0/+47
| * Update defaultsIan Cordasco2016-06-301-2/+2
|/
* Add README to lintersIan Cordasco2016-06-291-0/+4
* Remove exc_info for logging.exceptionIan Cordasco2016-06-291-1/+1
* Add 3.0.0b2 release notes3.0.0b2Ian Cordasco2016-06-281-0/+16
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-282-15/+13
* Iterate over the checkers fewer timesIan Cordasco2016-06-281-4/+17
* Bump version for next beta releaseIan Cordasco2016-06-281-1/+1
* Add a dogfood testenvIan Cordasco2016-06-281-1/+12
* Fix some logging and logging levelsIan Cordasco2016-06-282-5/+5
* Add python and platform details to --versionIan Cordasco2016-06-283-3/+24
* Handle optional parameters that were never supportedIan Cordasco2016-06-285-20/+49
* Enable plugins automatically during registrationIan Cordasco2016-06-283-2/+31
* Parse hyphenated config names alsoIan Cordasco2016-06-284-2/+37
* Handle EarlyQuits and KeyboardInterruptsIan Cordasco2016-06-261-0/+4
* Add high-level overview of how things fit togetherIan Cordasco2016-06-263-0/+131