From 921cb9e4eb6e27efe3ddaabc5b50676adda48ba7 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 22 Jan 2025 15:39:37 +0100 Subject: [PATCH] Ignore generated file by swiftlint --- .swiftlint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index e75411cc..3db242d9 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,6 @@ disabled_rules: - trailing_whitespace included: - - Views/Settings/ \ No newline at end of file + - Views/Settings/ +excluded: + - Support/LocalString.swift