Skip to content

Commit 8dc2823

Browse files
committed
Updated SwiftLint config
1 parent b3d80b8 commit 8dc2823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.swiftlint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
disabled_rules:
22
- file_length
33
- line_length
4+
- redundant_void_return
45
- todo
56
- type_body_length
67

@@ -14,6 +15,9 @@ included:
1415
- FileProviderExtension
1516
- FileProviderExtensionUI
1617

18+
excluded:
19+
- CryptomatorCommon/.build
20+
1721
identifier_name:
1822
min_length: 1
1923
max_length: 50

0 commit comments

Comments
 (0)