This commit is contained in:
Sammy Khamis 2024-06-07 11:18:16 -10:00 коммит произвёл Lina Butler
Родитель 245535e727
Коммит 9884a6dfc1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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