mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Update internal documentation around StyleGuide
This commit is contained in:
parent
92c367dee4
commit
3921afccff
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue