Commit 275faf5
committed
fix: Exclude DerivedData and SourcePackages from SwiftLint
SwiftLint run script phase in Sentry target was linting SPM checkouts
(DerivedData/SourcePackages/checkouts), causing build failures due to
third-party code violations (e.g. Regex __allTests). Exclude these paths
so SwiftLint only lints project source code.1 parent 49b2fdd commit 275faf5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments