Module rslint_core::groups[][src]

Expand description

All of the groups of built in rules in the linter.

Re-exports

pub use errors::errors;
pub use regex::regex;
pub use style::style;

Modules

Rules which relate to productions which are almost always erroneous or cause unexpected behavior.

Rules which relate to regular expressions.

Rules which relate to code style and formatting.