Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Oct 7, 2024
1 parent f40fa20 commit d65ac68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/biome_analyze/src/rule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ impl RuleSource {
| Self::EslintMysticatea(rule_name)
| Self::EslintBarrelFiles(rule_name)
| Self::EslintN(rule_name)
| Self::Stylelint(rule_name)
| Self::EslintNoSecrets(rule_name) => rule_name,
| Self::EslintNext(rule_name)
| Self::EslintNoSecrets(rule_name)
| Self::Stylelint(rule_name) => rule_name,
}
}
Expand Down

0 comments on commit d65ac68

Please sign in to comment.