From 8dda3955423a1eb1f05e81c7511b3429c10b5371 Mon Sep 17 00:00:00 2001 From: Miwa / Ensan Date: Mon, 23 Feb 2026 14:52:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Core/.build=E3=81=AFSwiftLint=E3=81=AE?= =?UTF-8?q?=E5=AF=BE=E8=B1=A1=E3=81=8B=E3=82=89=E9=99=A4=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swiftlint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 6a17040b..6a265572 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -36,3 +36,6 @@ opt_in_rules: included: - azooKeyMac - Core + +excluded: + - Core/.build