rslint_core 0.3.0

The core linter housing all of the rules for the rslint project
Documentation
1
2
3
4
5
6
7
8
9
//! Rules which relate to code style and formatting.

use crate::group;

group! {
    /// Rules which relate to code style and formatting.
    style,
    block_spacing::BlockSpacing
}