metatext-app-ios-iphone-ipad/.swiftlint.yml

11 lines
160 B
YAML
Raw Permalink Normal View History

disabled_rules:
2020-07-31 23:40:57 +02:00
- identifier_name
2020-10-06 00:50:05 +02:00
- type_name
2020-09-05 04:31:43 +02:00
opt_in_rules:
- sorted_imports
2021-03-22 00:26:07 +01:00
file_length:
warning: 500
error: 1000
ignore_comment_only_lines: true