From 30dfc8141335e63043b0be1bcd60b90b7f10e789 Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:31:20 +0000 Subject: [PATCH] Update SwiftLint config for version 0.62.1 --- .swiftlint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index f219e4c..425c6d6 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,4 @@ -# Updated for 0.57.0 +# Updated for 0.62.1 excluded: - ".build" @@ -107,6 +107,7 @@ opt_in_rules: - prefer_key_path - no_empty_block - unused_parameter + - prefer_asset_symbols disabled_rules: - trailing_comma