diff options
author | Dr. Nick <das-intensity@users.noreply.github.com> | 2021-05-02 13:14:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 19:14:03 +0200 |
commit | e02be21c25a4124d612acb7621ea94bb1f3cc89e (patch) | |
tree | 717713378c0e0b0c16df11324620b4e22f1f7987 /doc | |
parent | f87d0c9ca37249a3286b67f081b84c6a1e666367 (diff) | |
download | pylint-git-e02be21c25a4124d612acb7621ea94bb1f3cc89e.tar.gz |
Add --fail-on option (#4227) (#4398)
* Add --fail-on option (#4227)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst index 68daffacb..e8a58bf1a 100644 --- a/doc/whatsnew/2.9.rst +++ b/doc/whatsnew/2.9.rst @@ -19,3 +19,5 @@ Other Changes * Fix false-positive ``too-many-ancestors`` when inheriting from builtin classes, especially from the ``collections.abc`` module + +* New option ``--fail-on=<msg ids>`` to return non-zero exit codes regardless of ``fail-under`` value. |