We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
desc
scope
1 parent e3b649d commit 8a92599Copy full SHA for 8a92599
src/rule/scope_format.rs
@@ -44,7 +44,7 @@ impl Rule for ScopeFormat {
44
None => {
45
return Some(Violation {
46
level: self.level.unwrap_or(Self::LEVEL),
47
- message: "found no description".to_string(),
+ message: "found no scope".to_string(),
48
});
49
}
50
Some(description) => {
0 commit comments