Skip to content

Commit

Permalink
Support PHPCS caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jun 28, 2024
1 parent 634c0d5 commit b33d775
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added .cache/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion phpcompat.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<arg name="extensions" value="php"/>

<!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. -->
<arg name="cache"/>
<arg name="cache" value=".cache/phpcompat.json"/>

<!-- Set the memory limit to 256M.
For most standard PHP configurations, this means the memory limit will temporarily be raised.
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<arg name="extensions" value="php"/>

<!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. -->
<arg name="cache"/>
<arg name="cache" value=".cache/phpcs.json"/>

<!-- Set the memory limit to 256M.
For most standard PHP configurations, this means the memory limit will temporarily be raised.
Expand Down

0 comments on commit b33d775

Please sign in to comment.