From 6ceb0582359e7ea13ad7dc2b34776b929a57753e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 23 May 2014 01:30:10 +0200 Subject: disable code quality on scrutinizer since it fails too often --- .scrutinizer.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.scrutinizer.yml') 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 -- cgit v1.2.3