Skip to content

Commit c642e18

Browse files
authored
Enhancement: Configure cache directory for phpstan/phpstan and vimeo/psalm (#201)
1 parent c749151 commit c642e18

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ parameters:
66
reportUnmatchedIgnoredErrors: false
77
paths:
88
- src
9+
tmpDir: .build/phpstan/

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns="https://getpsalm.org/schema/config"
55
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
6+
cacheDirectory=".build/psalm/"
67
errorBaseline="psalm.baseline.xml"
78
errorLevel="5"
89
resolveFromConfigFile="true"

0 commit comments

Comments
 (0)