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:
authorMichal Čihař <michal@cihar.com>2014-05-08 17:16:28 +0400
committerMichal Čihař <michal@cihar.com>2014-05-08 17:16:28 +0400
commitbf3fccaf4618f401690c6be9eddae399b3edcc17 (patch)
tree0a092f13b2e2e25ca962c6350253a40317c80e1e /.scrutinizer.yml
parentf1256f7dccc4db2a602caab16dfc4a1f68f7f906 (diff)
Try enabling php_cs_fixer in scrutinizer
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index a96c8706be..30e7f84963 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -4,3 +4,5 @@ imports:
- php
filter:
excluded_paths: [libraries/php-gettext/*, libraries/tcpdf/*, libraries/bfShapeFiles/*, PMAStandard/*, libraries/phpseclib/*, libraries/plugins/auth/recaptchalib.php, libraries/plugins/auth/swekey/swekey.php, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/OpenStreetMap.js]
+tools:
+ php_cs_fixer: true