Skip to content

Commit 2cf1d45

Browse files
authored
Merge branch 'adafruit:main' into use-connection-errors
2 parents e3e0f1e + 7e0796c commit 2cf1d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
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
1515

16-
# Add files or directories matching the regex patterns to the blacklist. The
16+
# Add files or directories matching the regex patterns to the ignore-list. The
1717
# regex matches against base names, not paths.
1818
ignore-patterns=
1919

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

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

257257

258258
[BASIC]

0 commit comments

Comments
 (0)