From 9805a17570468de7c3ed68e422fad9c3fabbed03 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:22:07 +0200 Subject: [PATCH] `wiki/SC1091`: small (linguistic) clean-up of `#Rationale` --- SC1091.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC1091.md b/SC1091.md index 0c390b0..518043c 100644 --- a/SC1091.md +++ b/SC1091.md @@ -28,7 +28,11 @@ 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` (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. +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]].