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.
1 parent 270699b commit 837bf0cCopy full SHA for 837bf0c
.pylintrc
@@ -22,8 +22,7 @@ ignore-patterns=
22
#init-hook=
23
24
# Use multiple processes to speed up Pylint.
25
-# jobs=1
26
-jobs=2
+jobs=1
27
28
# List of plugins (as comma separated values of python modules names) to load,
29
# usually to register additional checkers.
@@ -253,7 +252,7 @@ ignore-docstrings=yes
253
252
ignore-imports=yes
254
255
# Minimum lines number of a similarity.
256
-min-similarity-lines=4
+min-similarity-lines=12
257
258
259
[BASIC]
0 commit comments