We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534c9e commit 4848da9Copy full SHA for 4848da9
com.raywenderlich.swiftlint.yml
@@ -1,7 +1,7 @@
1
excluded:
2
- - Carthage
3
- - Pods
4
- - DerivedData
+ - ${PWD}/Carthage
+ - ${PWD}/Pods
+ - ${PWD}/DerivedData
5
6
disabled_rules:
7
- discarded_notification_center_observer
0 commit comments