diff --git a/SC1145.md b/SC1145.md new file mode 100644 index 0000000..f7b63bd --- /dev/null +++ b/SC1145.md @@ -0,0 +1,27 @@ +## Unknown external-sources value. Expected true/false. + +### Problematic code: + +`.shellcheckrc`: + +```sh +external-sources=maybe +``` + +### Correct code: + +```sh +external-sources=true +``` + +### Rationale: + +The `external-sources` [[directive]] expects a value of `true` or `false`. + +### Exceptions: + +None. + +### Related resources: + +* Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file