From 7f3d9d29db07c316601e0dc309be618881477842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 15 Jun 2020 14:09:12 +0200 Subject: [PATCH] [pick] (50c9aa6017) Do not use a temp file for PHPCS cache file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: 50c9aa60170ccf3a863e4fb610163a683ae9b18f Note: I cherry-picked this commit because adding only the .gitignore is useless [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth Signed-off-by: William Desportes --- .gitignore | 1 + phpcs.xml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6791e4a5f8..7dd2a52925 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ web.config revision-info.php # PHP_CodeSniffer phpcs.xml +.phpcs-cache # PHPUnit phpunit.xml /test/bootstrap.php diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 458ef323a1..f3443bbac7 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -29,6 +29,7 @@ +