Skip to content

Commit b494c1c

Browse files
committed
Update .swiftlint.yml to disable force_cast rule (avoiding them would add a lot of unnecessary code to every backend (with the current design)
1 parent 9da1f97 commit b494c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ disabled_rules:
99
- nesting # Sometimes it just makes sense to nest 2 levels deep
1010
- trailing_comma # Conflicts with swift-format
1111
- file_length
12+
- force_cast # Required a lot in backend implementations
1213

1314
line_length: 140
1415
type_body_length: 400

0 commit comments

Comments
 (0)