32 lines
753 B
YAML
32 lines
753 B
YAML
disabled_rules:
|
|
- identifier_name
|
|
- trailing_comma
|
|
- todo
|
|
- type_body_length
|
|
- cyclomatic_complexity
|
|
- function_body_length
|
|
opt_in_rules:
|
|
- contains_over_filter_count
|
|
- contains_over_filter_is_empty
|
|
- contains_over_first_not_nil
|
|
- contains_over_range_nil_comparison
|
|
- empty_collection_literal
|
|
- empty_count
|
|
- empty_string
|
|
- first_where
|
|
- flatmap_over_map_reduce
|
|
- last_where
|
|
- reduce_boolean
|
|
- reduce_into
|
|
- sorted_first_last
|
|
|
|
excluded: # paths to ignore during linting. Takes precedence over `included`.
|
|
- Pods
|
|
|
|
# Adjust rule numbers
|
|
line_length: 160
|
|
file_length: 500
|
|
|
|
# reporter type (xcode, json, csv, checkstyle, codeclimate, junit, html, emoji, sonarqube, markdown, github-actions-logging)
|
|
reporter: "xcode"
|