Skip to content

Instantly share code, notes, and snippets.

@grachyov
Created May 24, 2019 13:18
Show Gist options
  • Save grachyov/2dec5caaa9ffd0c52d20c7156a13009d to your computer and use it in GitHub Desktop.
Save grachyov/2dec5caaa9ffd0c52d20c7156a13009d to your computer and use it in GitHub Desktop.
disabled_rules:
- trailing_whitespace
- file_length
- function_body_length
- function_parameter_count
- type_body_length
- line_length
- large_tuple
- nesting
- cyclomatic_complexity
- generic_type_name
- identifier_name
- type_name
- weak_delegate
- class_delegate_protocol
- first_where
opt_in_rules:
- empty_count
- explicit_init
- fatal_error_message
- first_where
- force_unwrapping
- operator_usage_whitespace
force_cast: warning
force_try: warning
shorthand_operator: warning
empty_count: warning
dynamic_inline: warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment