summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-15 19:37:52 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-15 19:56:18 -0600
commitc50b747a1a8b470574b5fc1016ee8cb598ab951e (patch)
tree8ad32128af343f519ff54106770f6311b74bf3bc /docs/source
parent8e4905279cef9ac85725b56b4fab8e09cc981d5c (diff)
downloadflake8-c50b747a1a8b470574b5fc1016ee8cb598ab951e.tar.gz
Fix subtle reporting bug for default on plugins
When we refactored our decision process to fix #239, we broke a subtle corner case where extensions that are not off-by-default are to be reported. This further refactors that logic and adds specific tests around it to ensure it works as expected and doesn't regress. Closes #257
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.2.1.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.2.1.rst b/docs/source/release-notes/3.2.1.rst
index dead1db..5fd3375 100644
--- a/docs/source/release-notes/3.2.1.rst
+++ b/docs/source/release-notes/3.2.1.rst
@@ -3,6 +3,11 @@
You can view the `3.2.1 milestone`_ on GitLab for more details.
+- Fix subtle bug when deciding whether to report an on-by-default's violation
+ (See also `GitLab#257`_)
+
.. links
.. _3.2.1 milestone:
https://gitlab.com/pycqa/flake8/milestones/15
+.. _GitLab#257:
+ https://gitlab.com/pycqa/flake8/issues/257