diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-26 01:27:13 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-26 01:27:13 +0000 |
| commit | d890b8b6833689aa0a67abb8f406082f4dd8ad81 (patch) | |
| tree | e741a79cf6ecfd86bf15f92fb4c776e2bb0dd0b6 /docs | |
| parent | a36d44a70df131092ed2e9cdf0a767c08ecdb9f7 (diff) | |
| parent | eec60cf40f206e211f2cfa9a25cc93578e2e4137 (diff) | |
| download | flake8-d890b8b6833689aa0a67abb8f406082f4dd8ad81.tar.gz | |
Merge branch 'bug/329' into 'master'
Avoid bugs when users accidentally forget a comma
Closes #329
See merge request !185
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 |
