bashrs 6.66.0

Rust-to-Shell transpiler for deterministic bootstrap scripts
1
2
3
4
5
// Linter module with smart suppression support

pub mod suppressions;

pub use suppressions::{known_external_vars, should_suppress_sc2154, FileType, LintContext};