Skip to content

Commit

Permalink
Increase rule set size (#14689)
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Nov 30, 2024
1 parent 579ef01 commit be07424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/registry/rule_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit be07424

Please sign in to comment.