Skip to content

Commit f4e53da

Browse files
Setting pylint to ignore too-many-positional-arguments errors. Fixed #2186
1 parent a3352f1 commit f4e53da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ commands =
5252
pylint SoftLayer/fixtures \
5353
-d invalid-name \
5454
-d missing-docstring \
55+
-d too-many-positional-arguments \
5556
--max-module-lines=2000 \
5657
--min-similarity-lines=50 \
5758
--max-line-length=120 \

0 commit comments

Comments
 (0)