Skip to content

Commit 3cecc87

Browse files
committed
Updated SwiftLint configuration
1 parent 4298554 commit 3cecc87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.swiftlint.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
disabled_rules:
2+
- file_length
23
- line_length
4+
- todo
5+
- type_body_length
36

47
included:
58
- Sources/CryptomatorCryptoLib
@@ -9,5 +12,9 @@ excluded:
912

1013
identifier_name:
1114
min_length: 1
15+
max_length: 50
1216
inclusive_language:
1317
override_allowed_terms: ["masterkey"]
18+
type_name:
19+
max_length: 50
20+
allowed_symbols: "_"

0 commit comments

Comments
 (0)