mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +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
|
Next, the application takes the violations from the file checker manager, and
|
||||||
feeds them through the :class:`~flake8.style_guide.StyleGuide`. This
|
feeds them through the :class:`~flake8.style_guide.StyleGuide`. This
|
||||||
determines whether the particular :term:`error code` is selected or ignored
|
relies on a :class:`~flake8.style_guide.DecisionEngine` instance to determine
|
||||||
and then appropriately sends it to the formatter (or not).
|
whether the particular :term:`error code` is selected or ignored and then
|
||||||
|
appropriately sends it to the formatter (or not).
|
||||||
|
|
||||||
Reporting Benchmarks
|
Reporting Benchmarks
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue