Skip to content

Commit

Permalink
Exclude SwiftLint rule for cyclomatic_complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Apr 10, 2018
1 parent 8f1434a commit 1373901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ disabled_rules: # rule identifiers to exclude from running
- closure_parameter_position
- opening_brace
- redundant_string_enum_value
- cyclomatic_complexity

opt_in_rules:
- force_unwrapping
Expand Down

0 comments on commit 1373901

Please sign in to comment.