Skip to content

Commit

Permalink
lint: disable invalid-sequence-index check
Browse files Browse the repository at this point in the history
False positives wherever we index with settings.
  • Loading branch information
astaric committed Jul 26, 2017
1 parent 4702973 commit a335e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ disable=
parameter-unpacking,long-suffix,cmp-method,using-cmp-argument,
useless-suppression,import-error,
empty-docstring,missing-docstring,redefined-outer-name,redefined-builtin,
attribute-defined-outside-init, no-else-return, len-as-condition
attribute-defined-outside-init, no-else-return, len-as-condition, invalid-sequence-index


[REPORTS]
Expand Down

0 comments on commit a335e1b

Please sign in to comment.