Skip to content

Instantly share code, notes, and snippets.

@kiero
Created August 12, 2018 22:25
Show Gist options
  • Select an option

  • Save kiero/829a421228d8efc8409c1d8b6013f83b to your computer and use it in GitHub Desktop.

Select an option

Save kiero/829a421228d8efc8409c1d8b6013f83b to your computer and use it in GitHub Desktop.
disabled_rules:
- todo
opt_in_rules:
- force_unwrapping
- missing_docs
- switch_case_on_newline
- first_where
- attributes
- closure_end_indentation
- closure_spacing
- empty_count
- explicit_init
- implicitly_unwrapped_optional
- overridden_super_call
- prohibited_super_call
- redundant_nil_coalescing
- array_init
- conditional_returns_on_newline
- contains_over_first_not_nil
- convenience_type
- discouraged_object_literal
- discouraged_optional_boolean
- discouraged_optional_collection
- empty_string
- empty_xctest_method
- fallthrough
- file_name
- multiline_arguments
- multiline_function_chains
- multiline_parameters
- operator_usage_whitespace
- private_action
- private_outlet
- redundant_type_annotation
- single_test_class
- sorted_first_last
- unneeded_parentheses_in_closure_argument
- yoda_condition
- pattern_matching_keywords
- vertical_parameter_alignment_on_call
excluded:
- Pods
identifier_name:
excluded:
- id
- to
- in
- at
- of
- up
- pk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment