Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ecosystem/plugins/zsh_lint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading