From 9884a6dfc1cc18dcede88dc58cb21a7e6a57da2c Mon Sep 17 00:00:00 2001 From: Sammy Khamis Date: Fri, 7 Jun 2024 11:18:16 -1000 Subject: [PATCH] Disable bad lint rule --- .swiftlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 53788cd2e..71e5d163d 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -29,6 +29,8 @@ disabled_rules: - trailing_comma # It disagrees with swiftformat on this, and wants the opening braces to be on the same line in multiline declarations - opening_brace + # see discussion here https://github.com/realm/SwiftLint/issues/5263 + - non_optional_string_data_conversion identifier_name: # Turn off it complaining about `id` or `let t = title`, etc, but keep