mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Increase rule set size (#14689)
This commit is contained in:
parent
579ef01294
commit
be07424e80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue