diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-22 20:27:49 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-22 20:27:49 +0100 |
commit | 383fa8fd5c2e4b67089b4c5b654ebade51382f2c (patch) | |
tree | 0618ce8221bd430a2206a9a0746800a47291b477 /.pylintrc | |
parent | a0f2308adcb226d28de3355bc7115a6d9b669462 (diff) | |
download | bsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.tar.gz bsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.tar.bz2 bsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.zip |
filter ast definition and validation
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,7 +88,7 @@ max-parents=7 max-public-methods=20 # Maximum number of return / yield for function / method body. -max-returns=6 +max-returns=15 # Maximum number of statements in function / method body. max-statements=50 @@ -164,7 +164,7 @@ score=yes [SIMILARITIES] # Minimum lines number of a similarity. -min-similarity-lines=4 +min-similarity-lines=5 [STRING] |