Skip to content

Commit 80b91b1

Browse files
committed
Update min-similarity-lines to 4
Will disable duplicate code if this causes the CI to fail
1 parent bbde7a4 commit 80b91b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ ignore-docstrings=yes
252252
ignore-imports=yes
253253

254254
# Minimum lines number of a similarity.
255-
min-similarity-lines=12
255+
min-similarity-lines=4
256256

257257

258258
[BASIC]

0 commit comments

Comments
 (0)