From 80774a231211c0f7fc343fe4f8149dbff63cee47 Mon Sep 17 00:00:00 2001 From: Grische Date: Wed, 17 Nov 2021 19:07:58 +0100 Subject: [PATCH] Adding external-sources=true hint --- SC1091.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1091.md b/SC1091.md index e66788c..0c390b0 100644 --- a/SC1091.md +++ b/SC1091.md @@ -28,7 +28,7 @@ source somefile 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]].