[pick] (50c9aa6017) Do not use a temp file for PHPCS cache file

Ref: 50c9aa6017

Note: I cherry-picked this commit because adding only the .gitignore is useless

[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
Maurício Meneghini Fauth 2020-06-15 14:09:12 +02:00 committed by William Desportes
parent 41601a5c6a
commit 7f3d9d29db
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -39,6 +39,7 @@ web.config
revision-info.php
# PHP_CodeSniffer
phpcs.xml
.phpcs-cache
# PHPUnit
phpunit.xml
/test/bootstrap.php

View File

@ -29,6 +29,7 @@
</rule>
<arg value="sp"/>
<arg name="cache" value=".phpcs-cache"/>
<arg name="colors"/>
<arg name="extensions" value="php"/>