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/eta_reduction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/lints/eta_reduction.rs') diff --git a/lib/src/lints/eta_reduction.rs b/lib/src/lints/eta_reduction.rs index 454c78f..580f4a0 100644 --- a/lib/src/lints/eta_reduction.rs +++ b/lib/src/lints/eta_reduction.rs @@ -34,7 +34,7 @@ use rnix::{ /// map double [ 1 2 3 ] /// ``` #[lint( - name = "eta reduction", + name = "eta_reduction", note = "This function expression is eta reducible", code = 7, match_with = SyntaxKind::NODE_LAMBDA -- cgit v1.2.3