Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-02-09 00:45:08 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-02-09 04:01:23 +0300
commitfda5195be7dc84ad5c2a76d0899e11efed06766f (patch)
tree0aa64719b9943d3cac0a384759dd04df8e0537fe /phpcs.xml.dist
parentf4684ee691e55d2310398c4d92d4e9a473cf105d (diff)
Fix logs system and temp dir for tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'phpcs.xml.dist')
-rw-r--r--phpcs.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 55be8adef0..dacd9f0953 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -13,6 +13,7 @@
<exclude-pattern>test/doctum-config.php</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/tmp/*</exclude-pattern>
+ <exclude-pattern>*/build/*</exclude-pattern>
<exclude-pattern>*/twig-templates/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>