Skip to content

Commit

Permalink
Set min-similarity-lines to 10
Browse files Browse the repository at this point in the history
See also: #7
  • Loading branch information
BECATRUE committed Nov 21, 2024
1 parent 31d62f8 commit 3e34cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wlm_server/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ load-plugins=pylint_django
django-settings-module=wlm_server.settings
ignore=migrations
disable=missing-module-docstring, missing-class-docstring, missing-function-docstring, too-many-ancestors

[SIMILARITIES]
min-similarity-lines=10

0 comments on commit 3e34cb9

Please sign in to comment.