diff options
author | Maksym Humetskyi <Humetsky@gmail.com> | 2021-08-17 21:54:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 20:54:44 +0200 |
commit | ef72cdc6f9b96ea680d6a9d0f37861f80d6bc3db (patch) | |
tree | a74dec167eccd9cf5b244a07cc685561e26ef500 /CONTRIBUTORS.txt | |
parent | 676f484871a40bd0256e1cc68c28ea748a61acec (diff) | |
download | pylint-git-ef72cdc6f9b96ea680d6a9d0f37861f80d6bc3db.tar.gz |
[duplicate-code] Parse functions and class methods recursively when gathering signature lines (#4858)
* [duplicate-code] Parse functions and class methods recursively when gathering signature lines
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 80e68abb3..72d06f0a7 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -509,6 +509,7 @@ contributors: * Maksym Humetskyi (mhumetskyi): contributor - Fixed ignored empty functions by similarities checker with "ignore-signatures" option enabled - Ignore function decorators signatures as well by similarities checker with "ignore-signatures" option enabled + - Ignore class methods and nested functions signatures as well by similarities checker with "ignore-signatures" option enabled * Daniel Dorani (doranid): contributor |