From 0e6cf52cbca1be3cf7f029ee00788dc82d5d0670 Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Mon, 14 Apr 2025 09:16:27 +0200 Subject: [PATCH] Ignore node_modules for yamllint --- .yamllint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint.yml b/.yamllint.yml index aab018dc..de7fcc7f 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -5,6 +5,7 @@ ignore: | /.venv /examples tests/unit/sdk/test_data/schema_encoding_error.yml + /**/node_modules/** rules: new-lines: disable