summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:30:10 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:30:10 +0200
commit6ceb0582359e7ea13ad7dc2b34776b929a57753e (patch)
treede90a8c232c0f6eabd46c4f314cda1782f17e840 /.scrutinizer.yml
parent4eaee79d9b27d9131bd862725dbe90ba54eec254 (diff)
disable code quality on scrutinizer since it fails too often
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 79d16f339..8bbc75cb3 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -10,13 +10,9 @@ filter:
- 'bin/*'
imports:
- - javascript
+ #- javascript disabled because of es6 producing tons of errors
- php
tools:
external_code_coverage:
timeout: 600
- js_hint:
- use_native_config: false
- config:
- esnext: true \ No newline at end of file