Skip to content

Commit 37a8b9e

Browse files
authored
Post patch cleanup of .pylintrc
1 parent 9c13a36 commit 37a8b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# run arbitrary code
1010
extension-pkg-whitelist=
1111

12-
# Add files or directories to the blacklist. They should be base names, not
12+
# Add files or directories to the ignore-list. They should be base names, not
1313
# paths.
1414
ignore=CVS,adafruit_imageload/tests
1515

@@ -252,7 +252,7 @@ ignore-docstrings=yes
252252
ignore-imports=yes
253253

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

257257
[BASIC]
258258

0 commit comments

Comments
 (0)