Update internal documentation around StyleGuide

This commit is contained in:
Ian Cordasco 2017-06-04 13:43:26 -05:00
parent 92c367dee4
commit 3921afccff
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -106,8 +106,9 @@ Reporting Violations
Next, the application takes the violations from the file checker manager, and
feeds them through the :class:`~flake8.style_guide.StyleGuide`. This
determines whether the particular :term:`error code` is selected or ignored
and then appropriately sends it to the formatter (or not).
relies on a :class:`~flake8.style_guide.DecisionEngine` instance to determine
whether the particular :term:`error code` is selected or ignored and then
appropriately sends it to the formatter (or not).
Reporting Benchmarks
--------------------