Add new SwiftLint rules

This commit is contained in:
Danny Moesch 2021-10-07 19:49:19 +02:00
parent b7e08dfb9e
commit 03c4fcc7b7

View file

@ -16,6 +16,7 @@ only_rules:
- attributes - attributes
# - balanced_xctest_lifecycle # - balanced_xctest_lifecycle
- block_based_kvo - block_based_kvo
- capture_variable
- class_delegate_protocol - class_delegate_protocol
- closing_brace - closing_brace
- closure_body_length - closure_body_length
@ -32,6 +33,7 @@ only_rules:
- contains_over_filter_count - contains_over_filter_count
- contains_over_filter_is_empty - contains_over_filter_is_empty
- contains_over_first_not_nil - contains_over_first_not_nil
- contains_over_range_nil_comparison
- control_statement - control_statement
- convenience_type - convenience_type
- custom_rules - custom_rules
@ -137,6 +139,7 @@ only_rules:
- overridden_super_call - overridden_super_call
- override_in_extension - override_in_extension
- pattern_matching_keywords - pattern_matching_keywords
# - prefer_nimble
- prefer_self_type_over_type_of_self - prefer_self_type_over_type_of_self
- prefer_zero_over_explicit_init - prefer_zero_over_explicit_init
# - prefixed_toplevel_constant # Violations are mostly in test code. # - prefixed_toplevel_constant # Violations are mostly in test code.