SublimeLinter / SublimeLinter-shellcheck

This linter plugin for SublimeLinter provides an interface to shellcheck.
MIT License
210 stars 20 forks source link

"args": ["--external-sources"] does not work #29

Closed ericbsd closed 3 years ago

ericbsd commented 3 years ago
"shellcheck": {
            "args": ["--external-sources"]
        }

I am not sure why yet bur something is wrong. I need --external-sources, but it does not work with SublimeLinter-shellcheck args.

ericbsd commented 3 years ago

Never mine after closing the file and reopening it everything is working like expected