Skip to content

Commit 34b240f

Browse files
committedMay 20, 2017
Disable some lint rules
1 parent 5f900e5 commit 34b240f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.swiftlint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
disabled_rules:
22
- large_tuple
33
- identifier_name
4-
- type_body_length
4+
- type_body_length
5+
- cyclomatic_complexity
6+
- file_length

0 commit comments

Comments
 (0)
Please sign in to comment.