Skip to content

Commit

Permalink
fix: double comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elcoosp committed Dec 3, 2024
1 parent 41ced4f commit 4bce28d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/src/rule/scope_max_length.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ make_length_rule! {
ScopeMaxLength,
"scope"
}
/// ScopeMaxLength represents the description-max-length rule.
/// ScopeMaxLength represents the scope-max-length rule.
impl Rule for ScopeMaxLength {
const NAME: &'static str = "scope-max-length";
Expand Down

0 comments on commit 4bce28d

Please sign in to comment.