shuck-linter 0.0.41

Lint rule engine and checker for shell scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use super::*;
use crate::Locator;

mod traversal;

#[allow(unused_imports)]
pub(in crate::facts) use traversal::*;

include!("expansion.rs");
include!("occurrence.rs");
include!("arithmetic.rs");
include!("command_facts.rs");
include!("quote_spans.rs");
include!("tests.rs");