We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3352f1 commit f4e53daCopy full SHA for f4e53da
1 file changed
tox.ini
@@ -52,6 +52,7 @@ commands =
52
pylint SoftLayer/fixtures \
53
-d invalid-name \
54
-d missing-docstring \
55
+ -d too-many-positional-arguments \
56
--max-module-lines=2000 \
57
--min-similarity-lines=50 \
58
--max-line-length=120 \
0 commit comments