SC1145 – ShellCheck Wiki

See this page on GitHub

Sitemap


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.


ShellCheck is a static analysis tool for shell scripts. This page is part of its documentation.