| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use black to reformat Flake8 | Ian Stapleton Cordasco | 2018-10-20 | 1 | -9/+14 |
| | | | | | | Instead of just using Flake8 and pylint to keep Flake8 clean, let's also use black to make it less manual for clean-up. | ||||
| * | Add support for local (in-repo, non-setuptools) plugins. | Carl Meyer | 2017-08-03 | 1 | -0/+5 |
| | | | | | Closes #357 | ||||
| * | Fix docstring violations | Ian Cordasco | 2017-05-12 | 1 | -3/+3 |
| | | |||||
| * | Recreate file_checker_manager since it has references to old ↵ | Philip Witty | 2016-12-15 | 1 | -0/+2 |
| | | | | | style_guide/formatter. | ||||
| * | Spelling fixes | Ville Skyttä | 2016-08-13 | 1 | -1/+1 |
| | | |||||
| * | Reset Application.formatter attribute in init_report | Ian Cordasco | 2016-07-30 | 1 | -0/+1 |
| | | | | | | | | For our Legacy API users, StyleGuide.init_report should reset the formatter attribute before calling Application.make_formatter(). Closes #200 | ||||
| * | Add a bunch more legacy API tests | Ian Cordasco | 2016-07-19 | 1 | -2/+3 |
| | | |||||
| * | Use raw strings for docstring | Ian Cordasco | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | Document Legacy API | Ian Cordasco | 2016-07-14 | 1 | -1/+13 |
| | | |||||
| * | Fix up docstrings and __all__ in api.legacy | Ian Cordasco | 2016-07-14 | 1 | -2/+17 |
| | | | | | | | If users do `from flake8.api.legacy import *` we only want them to get get_style_guide imported. The other classes are not meant to be created by users. | ||||
| * | Run the individual methods in Application#initialize | Ian Cordasco | 2016-07-14 | 1 | -1/+10 |
| | | | | | | | | | | | | | We need to initialize part of the Application so we can set options passed by the user, but we also want to delay making things, e.g., - Formatter - Style Guide - etc. Until we have the options solidified so we don't have to do annoying things. | ||||
| * | Use statistics in the legacy report class | Ian Cordasco | 2016-07-12 | 1 | -1/+6 |
| | | |||||
| * | Handle kwargs passed to get_style_guidebackwards-compat-api | Ian Cordasco | 2016-07-07 | 1 | -0/+10 |
| | | |||||
| * | Fill in most of the legacy API | Ian Cordasco | 2016-07-07 | 3 | -52/+142 |
| | | | | | | This does not handle setting custom options via the parameters to get_style_guide. | ||||
| * | Add the skeleton for the LegacyStyleGuide | Ian Cordasco | 2016-06-30 | 1 | -0/+47 |
| | | |||||
| * | Move flake8 into src | Ian Cordasco | 2016-06-25 | 1 | -0/+10 |
| This is an emerging best practice and there is little reason to not follow it | |||||
