diff --git a/ecosystem/plugins/zsh_lint.mdx b/ecosystem/plugins/zsh_lint.mdx index 957970ae..06057f98 100644 --- a/ecosystem/plugins/zsh_lint.mdx +++ b/ecosystem/plugins/zsh_lint.mdx @@ -46,7 +46,7 @@ Each file gets an `OK`/`FAIL` line; failures include a greppable import "github.com/z-shell/zsh-lint/cmd/zsh-lint" -Command zsh\-lint surveys Zsh files with the mvdan/sh parser front end and reports parse success or failure per file \(reboot parser\-evaluation phase, issues \#5, \#8\). Lint rule diagnostics \(issue \#18\) build on this foundation. +Command zsh\-lint performs static analysis of Zsh shell scripts. ## Index