You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the missing handling of zsh (e.g. #252), there is commonly the small trick to force shellcheck to lint a zsh file anyway, by using the argument --shell=bash. Since most of the rules apply to bash as well as zsh, this isn't that big of a problem.
With linter integration plugins for code editors, you can do this by changing the command that is used; however, I can't see how I can do that with this language-server.
The text was updated successfully, but these errors were encountered:
Regarding the missing handling of zsh (e.g. #252), there is commonly the small trick to force shellcheck to lint a zsh file anyway, by using the argument
--shell=bash
. Since most of the rules apply to bash as well as zsh, this isn't that big of a problem.With linter integration plugins for code editors, you can do this by changing the command that is used; however, I can't see how I can do that with this language-server.
The text was updated successfully, but these errors were encountered: