mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
c26430f868
- Support passing an arbitrary path to the shellcheck configuration file with the BASH_CONFIG_FILE_NAME variable. This brings shellcheck in line with other linters that support configuration files. - Enable shellcheck external sources using a directive in the configuration file, so users can eventually override it if not needed. - Export command configuration variables that subprocesses might need. Close #5414
5 lines
170 B
Text
5 lines
170 B
Text
# Look for 'source'd files relative to the checked script
|
|
source-path=SCRIPTDIR
|
|
|
|
# Allow opening any 'source'd file, even if not specified as input
|
|
external-sources=true
|