Skip to content
Joachim Ansorg edited this page Oct 31, 2022 · 2 revisions

Unknown external-sources value. Expected true/false.

Problematic code:

.shellcheckrc:

external-sources=maybe

Correct code:

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!

ShellCheck

Each individual ShellCheck warning has its own wiki page like S001. Use GitHub "Pages" feature above to find a specific one, or see Checks.

Clone this wiki locally