Skip to content

Commit

Permalink
fix(cli): typo desc to scope in scope related rules (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Oct 8, 2024
1 parent e3b649d commit 8a92599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule/scope_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl Rule for ScopeFormat {
None => {
return Some(Violation {
level: self.level.unwrap_or(Self::LEVEL),
message: "found no description".to_string(),
message: "found no scope".to_string(),
});
}
Some(description) => {
Expand Down

0 comments on commit 8a92599

Please sign in to comment.