1
1
mirror of https://github.com/kean/Nuke.git synced 2024-12-01 10:53:00 +03:00
Nuke/.swiftlint.yml

45 lines
761 B
YAML
Raw Normal View History

2019-11-10 01:49:53 +03:00
opt_in_rules:
- closure_spacing
2022-06-10 05:46:20 +03:00
- convenience_type
2019-11-10 01:49:53 +03:00
- empty_count
2022-06-10 05:46:20 +03:00
- empty_string
- explicit_init
2019-11-10 01:49:53 +03:00
- fatal_error_message
2022-06-10 05:46:20 +03:00
- first_where
- identical_operands
- joined_default_parameter
- modifier_order
2019-11-10 01:49:53 +03:00
- operator_usage_whitespace
- overridden_super_call
- pattern_matching_keywords
- prohibited_super_call
2022-06-10 05:46:20 +03:00
- toggle_bool
- unavailable_function
2019-11-10 01:49:53 +03:00
- vertical_parameter_alignment_on_call
2019-05-08 10:59:47 +03:00
disabled_rules:
- line_length
2019-07-21 14:21:57 +03:00
- identifier_name
- type_name
2019-05-08 10:59:47 +03:00
nesting:
type_level:
warning: 2
included:
- Sources/
file_length:
warning: 1000
error: 1500
type_body_length:
2019-07-21 14:21:57 +03:00
warning: 600
error: 1000
2019-05-08 10:59:47 +03:00
identifier_name:
min_length:
warning: 1
reporter: "xcode"