Skip to content

Commit 71af957

Browse files
Linter update (#7)
1 parent fdd88cf commit 71af957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.swiftlint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ opt_in_rules: # some rules are turned off by default, so you need to opt-in
2626
included:
2727
- Sources
2828
excluded: # case-sensitive paths to ignore during linting. Takes precedence over `included`
29+
- .build
2930
- Carthage
3031
- Pods
3132
- Sources/ExcludedFolder
@@ -71,4 +72,4 @@ custom_rules:
7172
regex: '\}[^\n]*\n[^\n]*func'
7273
severity: error
7374
message: "functions should start with newline"
74-
reporter: "xcode" # reporter type (xcode, json, csv, checkstyle, junit, html, emoji)
75+
reporter: "xcode" # reporter type (xcode, json, csv, checkstyle, junit, html, emoji)

0 commit comments

Comments
 (0)