From 3921afccff66702101e3e8dd99bc184eed77e962 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 4 Jun 2017 13:43:26 -0500 Subject: [PATCH] Update internal documentation around StyleGuide --- docs/source/internal/start-to-finish.rst | 5 +++-- 1 file 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 --------------------