From 2b6012a79cb092e5d88c050cb494057efef28fc2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 20 Nov 2021 18:56:26 +0530 Subject: introduce --config flag --- lib/src/lints/unquoted_uri.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/lints/unquoted_uri.rs') 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}; /// } /// ``` #[lint( - name = "unquoted uri", + name = "unquoted_uri", note = "Found unquoted URI expression", code = 12, match_with = SyntaxKind::TOKEN_URI -- cgit v1.2.3