summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2017-05-28 01:41:13 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2017-05-28 01:41:13 +0000
commitfec980a856587b9cd1be0b0dd01ffcb5e3a3418f (patch)
tree3c83513d7dc133f25c6a5c7ea870eff35ee85134 /docs/source
parentec5405d2a8287022fd50f456385e2eaefa663c3e (diff)
parentaefa79535f985bd19c375332abea6f3712815a0a (diff)
downloadflake8-fec980a856587b9cd1be0b0dd01ffcb5e3a3418f.tar.gz
Merge branch 'bug/318' into 'master'
Further improve our handling of --select and --ignore Closes #318 See merge request !187
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.4.0.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.4.0.rst b/docs/source/release-notes/3.4.0.rst
index e1c42ea..8c08160 100644
--- a/docs/source/release-notes/3.4.0.rst
+++ b/docs/source/release-notes/3.4.0.rst
@@ -3,6 +3,9 @@
You can view the `3.4.0 milestone`_ on GitLab for more details.
+- Refine logic around ``--select`` and ``--ignore`` when combined with the
+ default values for each. (See also `GitLab#318`_)
+
- Handle spaces as an alternate separate for error codes, e.g.,
``--ignore 'E123 E234'``. (See also `GitLab#329`_)
@@ -14,6 +17,8 @@ You can view the `3.4.0 milestone`_ on GitLab for more details.
https://gitlab.com/pycqa/flake8/milestones/18
.. issue links
+.. _GitLab#318:
+ https://gitlab.com/pycqa/flake8/issues/318
.. _GitLab#329:
https://gitlab.com/pycqa/flake8/issues/329
.. _GitLab#330: