Skip to content

Commit

Permalink
feat(linter): change double-comparisons to correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 25, 2023
1 parent d41e3fd commit b4138aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/oxc/double_comparisons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare_oxc_lint!(
/// x >= y;
/// ```
DoubleComparisons,
restriction,
correctness,
);

#[allow(clippy::similar_names)]
Expand Down

0 comments on commit b4138aa

Please sign in to comment.