Created
April 12, 2018 01:46
-
-
Save khanlou/c0448e0d2d92181f1a670eb9b2228fee to your computer and use it in GitHub Desktop.
Swiftlint rules file with all built in rules disabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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