zsh-sweep icon indicating copy to clipboard operation
zsh-sweep copied to clipboard

Linter for Zshell scripting language

Results 6 zsh-sweep issues
Sort by recently updated
recently updated
newest added

I'm wondering if anyone has considered integrating zsh-sweep into Visual Studio Code? I'm in the process of researching it, but figured I'd ask if anyone has done it already.

This was proposed on Reddit. https://www.reddit.com/r/zsh/comments/10nb0y0/announcing_zshscan_a_zshlinter_zsh/ I like how shellcheck assigns each type of error or warning with a code, that optimistically corresponds to a page on their wiki to...

I think moving details about which file is being scanned, into the individual warning lines, would help to clean up the noisy log output.

I've tried following various versions of the installation instructions; they don't seem to work. Recreation (this isn't the standard installation method but to illustrate the problem): * `git clone https://github.com/psprint/zsh-sweep...

The global vars check creates a lot of false positives because of how simple it is. It seems to ignore almost all context. Consider this example: ```zsh ( a='a' )...