[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:
parent
41601a5c6a
commit
7f3d9d29db
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
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
</rule>
|
||||
|
||||
<arg value="sp"/>
|
||||
<arg name="cache" value=".phpcs-cache"/>
|
||||
<arg name="colors"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user