metatext/.swiftlint.yml

8 lines
155 B
YAML
Raw Normal View History

disabled_rules:
2020-07-31 21:40:57 +00:00
- identifier_name
# Swift 5.3
- multiple_closures_with_trailing_closure
- no_space_in_method_call
2020-09-05 02:31:43 +00:00
opt_in_rules:
- sorted_imports