Skip to content

Commit

Permalink
Disabled force_unwrapping, trailing comma, line_length rules
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamsalman committed Aug 15, 2017
1 parent 79b8290 commit b1544e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Examples/.swiftlint.yml
@@ -1,5 +1,9 @@
opt_in_rules: # some rules are only opt-in
- empty_count
disabled_rules:
- force_unwrapping
- comma
- line_length
included:
- IGListKitExamples
- IGListKitMessageExample
Expand All @@ -9,7 +13,6 @@ excluded:
force_cast: warning
force_try: warning
weak_delegate: error
line_length: 140
type_body_length:
warning: 300
error: 400
Expand Down

0 comments on commit b1544e8

Please sign in to comment.