2 SC1145
Joachim Ansorg edited this page 2022-10-31 15:15:05 +01:00

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.

  • Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!