Skip to content

Commit b164d63

Browse files
authored
Merge pull request #440 from greg0ire/fix-psalm
Specify cache directory for Psalm
2 parents 7d95ce6 + b76067a commit b164d63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/.build
33
.phpunit.cache
44
.deptrac.cache
5+
/.psalm
56
/**/temp
67
/output/

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<psalm
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns="https://getpsalm.org/schema/config"
5+
cacheDirectory=".psalm/cache"
56
errorLevel="5"
67
errorBaseline="psalm-baseline.xml"
78
findUnusedBaselineEntry="true"

0 commit comments

Comments
 (0)