mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
eec862d0ea
-re-instates previous super-linter pylint functionality -ignoring import errors is desired as super-linter does not support installing dependencies as it runs -creates a new test case file for confirming import-errors are disabled this consists of a 3rd party import and a basic usage
11 lines
211 B
Text
11 lines
211 B
Text
[MASTER]
|
|
|
|
# Use multiple processes to speed up Pylint.
|
|
jobs=0
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
# Ignoring Import Errors is desired as super-linter
|
|
# does not support installing dependencies as it runs
|
|
disable=import-error
|
|
|