Skip to content
Next Next commit
PHPCS - ignore tests cache
  • Loading branch information
Alexey Inkin authored and ondrejmirtes committed May 8, 2020
commit 0beb9dd3e3fe36094683aabff7921831a809b0d3
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<arg value="--encoding=utf-8"/>
<arg value="--tab-width=4"/>
<arg value="--cache=tmp/cache/phpcs"/>
<arg value="--ignore=tests/*/data,tests/*/traits,tests/notAutoloaded,src/Reflection/SignatureMap/functionMap.php"/>
<arg value="--ignore=tests/*/data,tests/*/traits,tests/notAutoloaded,tests/*/cache,src/Reflection/SignatureMap/functionMap.php"/>
<arg value="-sp"/>
<arg path="src"/>
<arg path="tests"/>
Expand Down