Skip to content

Commit 0beb9dd

Browse files
Alexey Inkinondrejmirtes
Alexey Inkin
authored andcommitted
PHPCS - ignore tests cache
1 parent e96473d commit 0beb9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<arg value="--encoding=utf-8"/>
166166
<arg value="--tab-width=4"/>
167167
<arg value="--cache=tmp/cache/phpcs"/>
168-
<arg value="--ignore=tests/*/data,tests/*/traits,tests/notAutoloaded,src/Reflection/SignatureMap/functionMap.php"/>
168+
<arg value="--ignore=tests/*/data,tests/*/traits,tests/notAutoloaded,tests/*/cache,src/Reflection/SignatureMap/functionMap.php"/>
169169
<arg value="-sp"/>
170170
<arg path="src"/>
171171
<arg path="tests"/>

0 commit comments

Comments
 (0)