flake8/tests
Ian Cordasco 24d2689a05 Distinguish check types via plugin type manager
Flake8 and pep8 has historically supported three types of checks:

- Plugins that accept the physical line
- Plugins that accept the logical line
- Plugins that accept the AST tree

The logical place to make this distinction is on the Checkers plugin
type manager class. This adds the foundation for finding plugins that
fall into each class.
2016-02-23 23:20:34 -06:00
..
fixtures/config_files Update fixture README with descriptions 2016-01-19 06:43:47 -06:00
integration Add integration tests for aggregate_options 2016-01-24 22:14:36 -06:00
unit Distinguish check types via plugin type manager 2016-02-23 23:20:34 -06:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00