diff options
author | Akshay <[email protected]> | 2021-10-02 14:10:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-02 14:10:08 +0100 |
commit | 7a430237eea3e1d296e0d69e40f154a3727ba2fc (patch) | |
tree | 5a39f01ad5d7ea1931b0a884c613e8e4462c847f /lib/src/lints/manual_inherit.rs | |
parent | c00900120d88c3d42666ed93716b821bd694e8d6 (diff) |
new lint: manual_inherit_from
Diffstat (limited to 'lib/src/lints/manual_inherit.rs')
-rw-r--r-- | lib/src/lints/manual_inherit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/lints/manual_inherit.rs b/lib/src/lints/manual_inherit.rs index 2f8367f..c1b10ec 100644 --- a/lib/src/lints/manual_inherit.rs +++ b/lib/src/lints/manual_inherit.rs | |||
@@ -9,7 +9,7 @@ use rnix::{ | |||
9 | 9 | ||
10 | #[lint( | 10 | #[lint( |
11 | name = "manual inherit", | 11 | name = "manual inherit", |
12 | note = "Assignment instead of `inherit` keyword", | 12 | note = "Assignment instead of inherit", |
13 | code = 3, | 13 | code = 3, |
14 | match_with = SyntaxKind::NODE_KEY_VALUE | 14 | match_with = SyntaxKind::NODE_KEY_VALUE |
15 | )] | 15 | )] |