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