Skip to content

Commit 4848da9

Browse files
committed
Update SwiftLint config for breaking change in exclude files
1 parent 6534c9e commit 4848da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

com.raywenderlich.swiftlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
excluded:
2-
- Carthage
3-
- Pods
4-
- DerivedData
2+
- ${PWD}/Carthage
3+
- ${PWD}/Pods
4+
- ${PWD}/DerivedData
55

66
disabled_rules:
77
- discarded_notification_center_observer

0 commit comments

Comments
 (0)