Skip to content

Commit 8a92599

Browse files
fix(cli): typo desc to scope in scope related rules (#362)
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent e3b649d commit 8a92599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule/scope_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl Rule for ScopeFormat {
4444
None => {
4545
return Some(Violation {
4646
level: self.level.unwrap_or(Self::LEVEL),
47-
message: "found no description".to_string(),
47+
message: "found no scope".to_string(),
4848
});
4949
}
5050
Some(description) => {

0 commit comments

Comments
 (0)