Skip to content
This repository was archived by the owner on Feb 26, 2022. It is now read-only.

Commit 24d7817

Browse files
author
Nagasawa Hiroki
committed
Add .swiftlint.yml
1 parent 93d0415 commit 24d7817

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.swiftlint.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
disabled_rules:
2+
- line_length
3+
- force_try
4+
- force_cast
5+
6+
included:
7+
- Sources
8+
- Tests
9+
10+
type_body_length:
11+
- 700 #warning
12+
- 1000 #error
13+
14+
file_length:
15+
- 1000 #warning
16+
- 1200 #error

0 commit comments

Comments
 (0)