1 2 3 4 5 6 7 8
//! Rules in the `syntax` category. pub mod conditional_stacking; pub mod dense_punctuation_burst; pub mod nested_negation; pub mod parenthetical_depth; pub mod passive_voice; pub mod unclear_antecedent;