diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-25 20:08:59 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-25 20:08:59 -0500 |
| commit | eec60cf40f206e211f2cfa9a25cc93578e2e4137 (patch) | |
| tree | e741a79cf6ecfd86bf15f92fb4c776e2bb0dd0b6 /docs | |
| parent | a42299d008df7054532d52f84b0795d0e76cf5a8 (diff) | |
| download | flake8-eec60cf40f206e211f2cfa9a25cc93578e2e4137.tar.gz | |
Add release note for bug 329
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.4.0.rst | 5 |
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 3059f0d..e1c42ea 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. +- Handle spaces as an alternate separate for error codes, e.g., + ``--ignore 'E123 E234'``. (See also `GitLab#329`_) + - Filter out empty select and ignore codes, e.g., ``--ignore E123,,E234``. (See also `GitLab#330`_) @@ -11,6 +14,8 @@ You can view the `3.4.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/milestones/18 .. issue links +.. _GitLab#329: + https://gitlab.com/pycqa/flake8/issues/329 .. _GitLab#330: https://gitlab.com/pycqa/flake8/issues/330 |
