Skip to content

Commit

Permalink
Enable more opt-in rules on SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Mar 27, 2018
1 parent 941a548 commit a2f485d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ opt_in_rules:
- pattern_matching_keywords
- array_init
- literal_expression_end_indentation
- joined_default_parameter
- contains_over_first_not_nil
- override_in_extension
- private_action
- quick_discouraged_call
- quick_discouraged_focused_test
- quick_discouraged_pending_test
- single_test_class
- sorted_first_last
- yoda_condition

file_header:
required_pattern: |
Expand Down

0 comments on commit a2f485d

Please sign in to comment.