SublimeLinter / SublimeLinter-shellcheck

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

Disable linting of fish shell files #14

Closed externl closed 6 years ago

externl commented 6 years ago

Fish files are currently ran though shellcheck, presumably because fish has scope source.shell.fish and shellcheck has the settings

'selector': 'source.shell - source.makefile',

Fish files should be excluded though either scope or filename (this would be less correct I think).

kaste commented 6 years ago

We're open for contribution here. Please consider making a PR. It is the fastest way to get this issue resolved.

Usually source.shell - source.makefile - source.shell.fish could work, you can test this e.g. with https://github.com/kaste/HighlightScopes