shuck-linter 0.0.43

Lint rule engine and checker for shell scripts
Documentation
1
2
3
4
5
6
7
# shuck-linter

`shuck-linter` contains the rule engine behind `shuck check`.

It combines parser output, positional indexes, semantic analysis, suppressions, fixes, and rule
selection into a diagnostics pipeline for shell scripts. The crate is public because it is part
of the published Shuck toolchain, but its Rust API is still pre-1.0 and actively evolving.