Disable bad lint rule
This commit is contained in:
Родитель
245535e727
Коммит
9884a6dfc1
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче