talk-ios/.swiftlint.yml

30 строки
470 B
YAML

opt_in_rules: # some rules are turned off by default, so you need to opt-in
- empty_collection_literal
- empty_count
- empty_string
- explicit_init
- file_types_order
- unneeded_parentheses_in_closure_argument
disabled_rules:
- type_body_length
- file_length
- function_body_length
empty_count:
severity: warning
line_length:
# warning: 120
warning: 200
identifier_name:
min_length: 0
excluded:
- Pods
- ThirdParty
reporter: "xcode"