From 82bebaaf2cf17229f31119097587212a073efcf3 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 5 May 2025 14:33:57 +0200 Subject: [PATCH] chore: `swiftlint` should not lint `node_modules` --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index e29387959..579ad592e 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -5,3 +5,4 @@ disabled_rules: excluded: - example/*/Pods/ - example/node_modules/ + - node_modules/