Skip to content

Commit 1227cca

Browse files
Alexey Inkinondrejmirtes
authored andcommitted
PHPCS - ignore tests cache
1 parent 6fa7b67 commit 1227cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)