Created SC1145 (markdown)

Vidar Holen
2022-10-19 21:19:13 -07:00
parent 762aa405f2
commit 306a5f5977

27
SC1145.md Normal file

@@ -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!