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>2020-05-02 13:16:35 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-02 13:17:34 +0300
commitd654b4fec745fb143cd37d3628ee43fff878162b (patch)
tree842e357bdd8f55a4346aa5fa2cf0e3d809dc4eef /phpcs.xml.dist
parent7c24eba29d9f723be2e746bb6fd85efae9da1d9f (diff)
parent52b6930fac8035e0d5f99dccbcc585a717696679 (diff)
Merge branch 'QA_5_0'
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 a3f2a10055..85febebc36 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -80,6 +80,7 @@
<exclude-pattern>*/twig-templates/*</exclude-pattern>
<exclude-pattern>*/tmp/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
+ <exclude-pattern>*/libraries/cache/*</exclude-pattern>
<file>.</file>
</ruleset>