summaryrefslogtreecommitdiffstats
path: root/3rdparty/pear/net_url2/.scrutinizer.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 22:53:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 22:53:36 +0200
commitfe030e7339f5fc9ec4e75d9655b2ced0900da5c2 (patch)
treed87fc2bc4504392550c3aea0abb18614d36f8abb /3rdparty/pear/net_url2/.scrutinizer.yml
parent8c2a1b242c1cd2f7bcb179facc524f3454e7a863 (diff)
use composer for autoloading repos
Diffstat (limited to '3rdparty/pear/net_url2/.scrutinizer.yml')
-rw-r--r--3rdparty/pear/net_url2/.scrutinizer.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/3rdparty/pear/net_url2/.scrutinizer.yml b/3rdparty/pear/net_url2/.scrutinizer.yml
new file mode 100644
index 000000000..bfdb37388
--- /dev/null
+++ b/3rdparty/pear/net_url2/.scrutinizer.yml
@@ -0,0 +1,38 @@
+filter:
+ excluded_paths:
+ - 'docs/*'
+tools:
+ php_code_coverage:
+ enabled: true
+ test_command: phpunit
+ php_cpd:
+ excluded_dirs:
+ - tests
+ filter:
+ excluded_paths: []
+ php_pdepend:
+ excluded_dirs:
+ - tests
+ php_hhvm:
+ filter:
+ excluded_paths: []
+ php_mess_detector:
+ filter:
+ excluded_paths: []
+ php_analyzer:
+ enabled: true
+ filter:
+ excluded_paths: ['docs/*']
+ php_code_sniffer:
+ enabled: true
+ filter:
+ excluded_paths: ['docs/*']
+ config:
+ tab_width: 4
+ encoding: utf8
+ ruleset: ~
+ standard: PEAR
+ php_loc:
+ excluded_dirs:
+ - tests
+ - docs