//! Built-in strictness presets.
/// Built-in strictness presets applied when no config rule matches a file.
/// Default warn limit applied when no config is found anywhere.
pub const DEFAULT_WARN: usize = 200;
/// Default error limit applied when no config is found anywhere.
pub const DEFAULT_ERROR: usize = 400;