Skip to content

Commit 74d026b

Browse files
ondrejmirteskukulich
authored andcommitted
Enabled cache for PHPCS
1 parent 66a8e26 commit 74d026b

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/.travis.yml export-ignore
55
/build export-ignore
66
/build.xml export-ignore
7+
/temp export-ignore
78
/tests export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/bin
22
/composer.lock
33
/.phpunit.result.cache
4+
/temp
45
/vendor

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
>
4343
<arg value="--standard=build/phpcs.xml"/>
4444
<arg value="--ignore=*/data/*"/>
45+
<arg value="--cache=temp/phpcs"/>
4546
<arg path="SlevomatCodingStandard"/>
4647
<arg path="tests"/>
4748
</exec>

temp/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)