Skip to content

Commit 09df392

Browse files
committed
Force_unwrapping rule swiftlint
1 parent 376a3ee commit 09df392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ opt_in_rules:
2323
- closure_spacing
2424
- contains_over_first_not_nil
2525
- missing_docs
26-
# - implicit_return
26+
- force_unwrapping
2727
- modifier_order
2828
- convenience_type
2929
- pattern_matching_keywords

0 commit comments

Comments
 (0)