devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] yamllint: Drop excluding quoted values with ',' from checks
@ 2024-04-26 19:54 Rob Herring (Arm)
  2024-04-30 17:40 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring (Arm) @ 2024-04-26 19:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley; +Cc: Rob Herring, devicetree, linux-kernel

From: Rob Herring <robh@kernel.org>

Strings with commas were excluded from checks because yamllint had false
positives for flow style maps and sequences which need quotes when
values contain commas. This issue has been fixed as of the 1.34 release,
so drop the work-around.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/.yamllint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/.yamllint b/Documentation/devicetree/bindings/.yamllint
index 358c88813937..fadbc6ad3c76 100644
--- a/Documentation/devicetree/bindings/.yamllint
+++ b/Documentation/devicetree/bindings/.yamllint
@@ -7,7 +7,7 @@ rules:
   quoted-strings:
     required: only-when-needed
     extra-allowed:
-      - '[$^,[]'
+      - '[$^[]'
       - '^/$'
   line-length:
     # 80 chars should be enough, but don't fail if a line is longer
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-30 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 19:54 [PATCH] yamllint: Drop excluding quoted values with ',' from checks Rob Herring (Arm)
2024-04-30 17:40 ` Conor Dooley
2024-04-30 17:53   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).