1
Fork 0

Rename force-warns to force-warn

This commit is contained in:
Ryan Levick 2021-07-21 15:40:52 +02:00
parent da7d405357
commit 800c5f9202
34 changed files with 43 additions and 43 deletions

View file

@ -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",
}