Skip to content

Commit

Permalink
Bump RULESET_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-reiss committed Apr 15, 2024
1 parent f7cb7d4 commit a84894a
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 @@ -3,7 +3,7 @@ use ruff_macros::CacheKey;
use std::fmt::{Debug, Display, Formatter};
use std::iter::FusedIterator;

const RULESET_SIZE: usize = 13;
const RULESET_SIZE: usize = 14;

/// A set of [`Rule`]s.
///
Expand Down

0 comments on commit a84894a

Please sign in to comment.