shellcheck.net icon indicating copy to clipboard operation
shellcheck.net copied to clipboard

Option to provide multiple files on the Web

Open xxc3nsoredxx opened this issue 3 years ago • 0 comments

Would it be possible to implement loading of multiple files? That way shellcheck can follow files sourced in scripts.

For example with this script

#! /bin/bash

# Import config file
. script.conf

# ... snip ...

I get the following output

Line 4:
. script.conf
  ^-- SC1091: Not following: script.conf was not specified as input (see shellcheck -x).

xxc3nsoredxx avatar Apr 30 '21 19:04 xxc3nsoredxx