diff options
| author | Lukasz Langa <ambv@fb.com> | 2016-11-27 17:42:00 -0800 |
|---|---|---|
| committer | Lukasz Langa <ambv@fb.com> | 2016-11-28 10:34:38 -0800 |
| commit | 2f1338c34277a39bd0f49145c372c804cd79552e (patch) | |
| tree | d39043687f42fb676118060b7d45efb794afad7a /docs/source/release-notes | |
| parent | b8ce1334d099aee9c7d2ea72f75bf01ccbe2b040 (diff) | |
| download | flake8-2f1338c34277a39bd0f49145c372c804cd79552e.tar.gz | |
Assign missing codes to PyFlakes messages
Some PyFlakes messages weren't covered by unique messages, making them
impossible to select/ignore. This is now fixed.
To ensure we don't regress in the future, a test has been added that fails if
there's any uncovered messages.
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.3.0.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.3.0.rst b/docs/source/release-notes/3.3.0.rst index ed9f171..fc7c2f4 100644 --- a/docs/source/release-notes/3.3.0.rst +++ b/docs/source/release-notes/3.3.0.rst @@ -6,6 +6,9 @@ You can view the `3.3.0 milestone`_ on GitLab for more details. - Fix problem where hooks should only check \*.py files. (See also `GitLab#268`_) +- Added unique error codes for all missing PyFlakes messages (14 new + codes, see all :ref:`Error / Violation Codes <error_codes>`) + .. links .. _3.3.0 milestone: https://gitlab.com/pycqa/flake8/milestones/16 |
