summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorMaksym Humetskyi <Humetsky@gmail.com>2021-08-14 05:10:53 +0300
committerGitHub <noreply@github.com>2021-08-14 04:10:53 +0200
commit37f2f2b51c32537ccabbd2460999e539d50e49f1 (patch)
tree8da14e38105278b02c2e1e7db0dd204cebe79530 /CONTRIBUTORS.txt
parenta12242b2f44d5244bd1cacc6bc78df8c9c8e4296 (diff)
downloadpylint-git-37f2f2b51c32537ccabbd2460999e539d50e49f1.tar.gz
[duplicate-code] Ignore decorators lines by similarities checker when ignore signatures flag enabled (#4840)
* [duplicate-code] Ignore decorators lines by similarities checker when ignore signatures flag enabled * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Maksym Humetskyi <mhumets@softserveinc.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 030bb0efc..80e68abb3 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -508,6 +508,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
* Daniel Dorani (doranid): contributor