From a5c3e679b06536bb43085b1a978854a73274af10 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 20 Nov 2021 18:56:26 +0530 Subject: normalize lint names --- lib/src/lints/deprecated_is_null.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/lints/deprecated_is_null.rs') diff --git a/lib/src/lints/deprecated_is_null.rs b/lib/src/lints/deprecated_is_null.rs index fce6931..c814e87 100644 --- a/lib/src/lints/deprecated_is_null.rs +++ b/lib/src/lints/deprecated_is_null.rs @@ -27,7 +27,7 @@ use rnix::{ /// e == null /// ``` #[lint( - name = "deprecated isNull", + name = "deprecated_is_null", note = "Found usage of deprecated builtin isNull", code = 13, match_with = SyntaxKind::NODE_APPLY -- cgit v1.2.3