diagnostis: fix typo
This commit is contained in:
parent
2a45d0b983
commit
d36120c87b
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ pub enum DiagnosticCode {
|
||||||
SecurityRisk,
|
SecurityRisk,
|
||||||
|
|
||||||
// Performance
|
// Performance
|
||||||
IneffientRuleOrder,
|
InefficientRuleOrder,
|
||||||
LargeSetWithoutTimeout,
|
LargeSetWithoutTimeout,
|
||||||
MissingCounters,
|
MissingCounters,
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ impl fmt::Display for DiagnosticCode {
|
||||||
DiagnosticCode::MissingDocumentation => "NFT309",
|
DiagnosticCode::MissingDocumentation => "NFT309",
|
||||||
DiagnosticCode::SecurityRisk => "NFT310",
|
DiagnosticCode::SecurityRisk => "NFT310",
|
||||||
|
|
||||||
DiagnosticCode::IneffientRuleOrder => "NFT401",
|
DiagnosticCode::InefficientRuleOrder => "NFT401",
|
||||||
DiagnosticCode::LargeSetWithoutTimeout => "NFT402",
|
DiagnosticCode::LargeSetWithoutTimeout => "NFT402",
|
||||||
DiagnosticCode::MissingCounters => "NFT403",
|
DiagnosticCode::MissingCounters => "NFT403",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue