mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 15:11:09 -05:00
added import-error to the pylint disable rules
This commit is contained in:
parent
e89faa7920
commit
0680dd9969
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ disable=print-statement,
|
|||
next-method-defined,
|
||||
dict-items-not-iterating,
|
||||
dict-keys-not-iterating,
|
||||
dict-values-not-iterating
|
||||
dict-values-not-iterating,
|
||||
import-error
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
|
Loading…
Reference in a new issue