Skip to content

Commit

Permalink
"Increase duplicate code check threshold
Browse files Browse the repository at this point in the history
"
  • Loading branch information
evaherrada committed Mar 19, 2021
1 parent 9d70a5e commit 3b66e07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ ignore-patterns=
#init-hook=

# Use multiple processes to speed up Pylint.
# jobs=1
jobs=2
jobs=1

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
Expand Down Expand Up @@ -253,7 +252,7 @@ ignore-docstrings=yes
ignore-imports=yes

# Minimum lines number of a similarity.
min-similarity-lines=4
min-similarity-lines=12


[BASIC]
Expand Down

0 comments on commit 3b66e07

Please sign in to comment.