Skip to content

Commit

Permalink
Enabled cache for PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 27, 2018
1 parent 32e1ca2 commit 7970351
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -4,4 +4,5 @@
/.travis.yml export-ignore
/build export-ignore
/build.xml export-ignore
/temp export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
/bin
/composer.lock
/.phpunit.result.cache
/temp
/vendor
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -42,6 +42,7 @@
>
<arg value="--standard=build/phpcs.xml"/>
<arg value="--ignore=*/data/*"/>
<arg value="--cache=temp/phpcs"/>
<arg path="SlevomatCodingStandard"/>
<arg path="tests"/>
</exec>
Expand Down
Empty file added temp/.gitkeep
Empty file.

0 comments on commit 7970351

Please sign in to comment.