Rename force-warns to force-warn
This commit is contained in:
parent
da7d405357
commit
800c5f9202
34 changed files with 43 additions and 43 deletions
|
@ -64,7 +64,7 @@ impl Level {
|
|||
match self {
|
||||
Level::Allow => "allow",
|
||||
Level::Warn => "warn",
|
||||
Level::ForceWarn => "force-warns",
|
||||
Level::ForceWarn => "force-warn",
|
||||
Level::Deny => "deny",
|
||||
Level::Forbid => "forbid",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue