Do use a temp file for PHPCS cache file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
a4570d071e
commit
50c9aa6017
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,6 +39,7 @@ web.config
|
||||
revision-info.php
|
||||
# PHP_CodeSniffer
|
||||
phpcs.xml
|
||||
.phpcs-cache
|
||||
# PHPUnit
|
||||
phpunit.xml
|
||||
/test/bootstrap.php
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<!-- Show progress and sniff codes -->
|
||||
<arg value="ps"/>
|
||||
|
||||
<arg name="cache"/>
|
||||
<arg name="cache" value=".phpcs-cache"/>
|
||||
<arg name="colors"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user