We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3e0f1e + 7e0796c commit 2cf1d45Copy full SHA for 2cf1d45
.pylintrc
@@ -9,11 +9,11 @@
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
15
16
-# Add files or directories matching the regex patterns to the blacklist. The
+# Add files or directories matching the regex patterns to the ignore-list. The
17
# regex matches against base names, not paths.
18
ignore-patterns=
19
@@ -252,7 +252,7 @@ ignore-docstrings=yes
252
ignore-imports=yes
253
254
# Minimum lines number of a similarity.
255
-min-similarity-lines=4
+min-similarity-lines=12
256
257
258
[BASIC]
0 commit comments