2022-01-17 15:13:34 +03:00
|
|
|
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
|
|
|
|
|
2022-09-29 16:59:22 +03:00
|
|
|
disabled_rules:
|
|
|
|
- type_body_length
|
|
|
|
- file_length
|
|
|
|
- function_body_length
|
2023-10-15 18:37:53 +03:00
|
|
|
- line_length
|
2022-09-29 16:59:22 +03:00
|
|
|
|
2022-01-17 15:13:34 +03:00
|
|
|
empty_count:
|
|
|
|
severity: warning
|
|
|
|
|
|
|
|
identifier_name:
|
|
|
|
min_length: 0
|
|
|
|
|
|
|
|
excluded:
|
|
|
|
- Pods
|
|
|
|
- ThirdParty
|
2023-10-15 18:37:53 +03:00
|
|
|
- NextcloudTalk/RLMSupport.swift
|
2022-01-17 15:13:34 +03:00
|
|
|
|
|
|
|
reporter: "xcode"
|
|
|
|
|