Skip to content

Instantly share code, notes, and snippets.

@khanlou
Created April 12, 2018 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khanlou/c0448e0d2d92181f1a670eb9b2228fee to your computer and use it in GitHub Desktop.
Save khanlou/c0448e0d2d92181f1a670eb9b2228fee to your computer and use it in GitHub Desktop.
Swiftlint rules file with all built in rules disabled
disabled_rules:
- file_length
- line_length
- function_body_length
- redundant_discardable_let
- identifier_name
- void_return
- todo
- trailing_whitespace
- force_cast
- vertical_whitespace
- fallthrough
- colon
- redundant_optional_initialization
- type_body_length
- control_statement
- operator_whitespace
- statement_position
- opening_brace
- syntactic_sugar
- trailing_newline
- comma
- cyclomatic_complexity
- for_where
- type_name
- large_tuple
- private_over_fileprivate
- unneeded_break_in_switch
- block_based_kvo
- return_arrow_whitespace
- switch_case_alignment
- nesting
- implicit_getter
- shorthand_operator
- mark
- trailing_semicolon
- unused_closure_parameter
- function_parameter_count
- vertical_parameter_alignment
- legacy_constructor
- compiler_protocol_init
- redundant_void_return
- empty_enum_arguments
- unused_optional_binding
- empty_parentheses_with_trailing_closure
- weak_delegate
- closure_parameter_position
- is_disjoint
- force_try
- valid_ibinspectable
- closing_brace
- redundant_string_enum_value
- notification_center_detachment
- class_delegate_protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment