mirror of https://github.com/astral-sh/ruff
Increase rule set size (#14689)
This commit is contained in:
parent
579ef01294
commit
be07424e80
|
|
@ -5,7 +5,7 @@ use ruff_macros::CacheKey;
|
|||
|
||||
use crate::registry::Rule;
|
||||
|
||||
const RULESET_SIZE: usize = 14;
|
||||
const RULESET_SIZE: usize = 15;
|
||||
|
||||
/// A set of [`Rule`]s.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in New Issue