Skip to content

Commit fd894a7

Browse files
committedOct 4, 2020
Include Sources on .swiftlint and exclude .build
1 parent 04fb238 commit fd894a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.swiftlint

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
indentation: 2
2+
included:
3+
- Source
4+
excluded:
5+
- .build
26
disabled_rules:
37
- cyclomatic_complexity
48
- file_length

0 commit comments

Comments
 (0)
Please sign in to comment.