mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Merge pull request #695 from github/primetheus/pylint-import-error
added import-error to the pylint disable rules
This commit is contained in:
commit
134cd1f032
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