Skip to content

Commit

Permalink
Disable redundant_objc_attribute rule in swiftlint configuration (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Dec 17, 2018
1 parent 3009a4d commit 4e98c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ excluded:
- Example/Pods
- Example/Tests

disabled_rules:
- redundant_objc_attribute

opt_in_rules:
- empty_count
- explicit_init
Expand Down

0 comments on commit 4e98c8f

Please sign in to comment.