mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Improve documentation on per-file-ignores
Mentions per-file-ignores as possible way to ignore specific rules.
This commit is contained in:
parent
ebba642268
commit
f8b1f2e892
2 changed files with 6 additions and 2 deletions
|
|
@ -120,8 +120,11 @@ Ignoring Entire Files
|
|||
|
||||
Imagine a situation where we are adding |Flake8| to a codebase. Let's further
|
||||
imagine that with the exception of a few particularly bad files, we can add
|
||||
|Flake8| easily and move on with our lives. There are two ways to ignore the
|
||||
file:
|
||||
|Flake8| easily and move on with our lives. There are several ways to ignore
|
||||
the file or only rules:
|
||||
|
||||
#. Add file patterns and rules to ignore via
|
||||
:ref:`per-file-ignores <per-file-ignores>` option
|
||||
|
||||
#. By explicitly adding it to our list of excluded paths (see: :option:`flake8
|
||||
--exclude`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue