aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/unquoted_uri.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-20 13:26:26 +0000
committerAkshay <[email protected]>2021-11-20 13:26:26 +0000
commita5c3e679b06536bb43085b1a978854a73274af10 (patch)
tree6d711f0522adec1e0c134d0af28d6cf9c76c35bd /lib/src/lints/unquoted_uri.rs
parent4e063b2abc402ac4d6902647e821978269025c7d (diff)
normalize lint names
Diffstat (limited to 'lib/src/lints/unquoted_uri.rs')
-rw-r--r--lib/src/lints/unquoted_uri.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/lints/unquoted_uri.rs b/lib/src/lints/unquoted_uri.rs
index b111f78..8835338 100644
--- a/lib/src/lints/unquoted_uri.rs
+++ b/lib/src/lints/unquoted_uri.rs
@@ -38,7 +38,7 @@ use rnix::{types::TypedNode, NodeOrToken, SyntaxElement, SyntaxKind};
38/// } 38/// }
39/// ``` 39/// ```
40#[lint( 40#[lint(
41 name = "unquoted uri", 41 name = "unquoted_uri",
42 note = "Found unquoted URI expression", 42 note = "Found unquoted URI expression",
43 code = 12, 43 code = 12,
44 match_with = SyntaxKind::TOKEN_URI 44 match_with = SyntaxKind::TOKEN_URI