We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c13a36 commit 37a8b9eCopy full SHA for 37a8b9e
1 file changed
.pylintrc
@@ -9,7 +9,7 @@
9
# run arbitrary code
10
extension-pkg-whitelist=
11
12
-# Add files or directories to the blacklist. They should be base names, not
+# Add files or directories to the ignore-list. They should be base names, not
13
# paths.
14
ignore=CVS,adafruit_imageload/tests
15
@@ -252,7 +252,7 @@ ignore-docstrings=yes
252
ignore-imports=yes
253
254
# Minimum lines number of a similarity.
255
-min-similarity-lines=14
+min-similarity-lines=12
256
257
[BASIC]
258
0 commit comments