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/manual_inherit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/lints/manual_inherit.rs') diff --git a/lib/src/lints/manual_inherit.rs b/lib/src/lints/manual_inherit.rs index 1813af3..7717dc9 100644 --- a/lib/src/lints/manual_inherit.rs +++ b/lib/src/lints/manual_inherit.rs @@ -32,7 +32,7 @@ use rnix::{ /// { inherit a; b = 3; } /// ``` #[lint( - name = "manual inherit", + name = "manual_inherit", note = "Assignment instead of inherit", code = 3, match_with = SyntaxKind::NODE_KEY_VALUE -- cgit v1.2.3