diff options
author | Konstantina Saketou <56515303+ksaketou@users.noreply.github.com> | 2021-05-17 16:11:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 15:11:29 +0200 |
commit | d150e399903e13aa4edd8644e98f4e742b2d3662 (patch) | |
tree | a27837c2ecbac4c4718c2870258864a8396f430e /doc | |
parent | 18ef7ba58f0478711efb0282448102c37822f28e (diff) | |
download | pylint-git-d150e399903e13aa4edd8644e98f4e742b2d3662.tar.gz |
Create new error arguments-renamed (#4467)
* Create new error arguments-renamed
This commits creates the new error arguments-renamed based on the functionality
added on #4422 and the changes of #4456.
* Merge test files for arguments-differ
This commit merges the two kinds of test files that existed for the arguments-differ error, since now all
tests run in Python3.
* Add tests for arguments-renamed error
* Add new error arguments-renamed
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.9.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst index 0a353d68e..fe78c6fd2 100644 --- a/doc/whatsnew/2.9.rst +++ b/doc/whatsnew/2.9.rst @@ -27,4 +27,7 @@ Other Changes * New option ``--fail-on=<msg ids>`` to return non-zero exit codes regardless of ``fail-under`` value. +* A new error called ``arguments-renamed`` has been created, which identifies any changes at the parameter names + of overridden functions. It aims to separate the functionality of ``arguments-differ``. + * Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage |