shuck-linter 0.0.26

Lint rule engine and checker for shell scripts
Documentation
1
2
3
4
5
6
7
8
9
10
mod directive;
mod index;
mod rewrite;
mod shellcheck_map;

pub(crate) use directive::shellcheck_directive_can_apply_to_following_command;
pub use directive::{SuppressionAction, SuppressionDirective, SuppressionSource, parse_directives};
pub use index::{SuppressionIndex, first_statement_line};
pub use rewrite::{AddIgnoreParseError, AddIgnoreResult, add_ignores_to_path};
pub use shellcheck_map::ShellCheckCodeMap;