Adding external-sources=true hint

Grische
2021-11-17 19:07:58 +01:00
parent 0970520ac2
commit 80774a2312

@@ -28,7 +28,7 @@ source somefile
ShellCheck, for whichever reason, is not able to access the source file. ShellCheck, for whichever reason, is not able to access the source file.
This could be because you did not include it on the command line, did not use `shellcheck -x` to allow following other files, don't have permissions or a variety of other problems. This could be because you did not include it on the command line, did not use `shellcheck -x` (or specified `external-sources=true` in the [[.shellcheckrc|Directive#external-sources]]) to allow following other files don't have permissions or a variety of other problems.
Feel free to ignore the error with a [[directive]]. Feel free to ignore the error with a [[directive]].