diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-06-04 13:43:26 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-06-04 13:43:26 -0500 |
| commit | 3921afccff66702101e3e8dd99bc184eed77e962 (patch) | |
| tree | 5781d334ac9bdf9869d509dbfb5eacfa9ee651f4 | |
| parent | 92c367dee4e5908745822902adfda0bd915b1380 (diff) | |
| download | flake8-3921afccff66702101e3e8dd99bc184eed77e962.tar.gz | |
Update internal documentation around StyleGuide
| -rw-r--r-- | docs/source/internal/start-to-finish.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/internal/start-to-finish.rst b/docs/source/internal/start-to-finish.rst index 381ef91..faed9bd 100644 --- a/docs/source/internal/start-to-finish.rst +++ b/docs/source/internal/start-to-finish.rst @@ -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 -------------------- |
