From 163a26d07a139c8f7c0e090959d3be7d41e3c8a3 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Thu, 10 Feb 2022 21:53:41 -0500 Subject: [PATCH] feat: remove unnecesary exception - We dont care too much for the with after the apply after a key-value, and at the same time adding the exception can have weird interactions when that happens, so the less we have, the better --- src/rules/key_value.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rules/key_value.rs b/src/rules/key_value.rs index c36561e..7bff1ed 100644 --- a/src/rules/key_value.rs +++ b/src/rules/key_value.rs @@ -88,7 +88,6 @@ pub fn rule( rnix::SyntaxKind::NODE_ATTR_SET | rnix::SyntaxKind::NODE_PAREN | rnix::SyntaxKind::NODE_LIST - | rnix::SyntaxKind::NODE_WITH | rnix::SyntaxKind::NODE_STRING )) {