From 21ffa118b26672ec94ed5b7e1126e0133cb18048 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 21 Mar 2015 21:26:29 +0100 Subject: disable external code coverage for scrutinizer --- .scrutinizer.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.scrutinizer.yml') diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b6946f8cb..de607708e 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,16 +9,15 @@ filter: - 'css/*' - 'bin/*' - 'tmp/*' - - 'appinfo/application.php' imports: #- javascript disabled because of es6 producing tons of errors - php - javascript -tools: - external_code_coverage: - timeout: 600 +#tools: +# external_code_coverage: +# timeout: 600 checks: php: -- cgit v1.2.3 From 169ff3f3aa34382ae576ce2468b1961a203b49d7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 21 Mar 2015 21:43:58 +0100 Subject: coding style fixes --- .scrutinizer.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.scrutinizer.yml') diff --git a/.scrutinizer.yml b/.scrutinizer.yml index de607708e..3c55ebb82 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,6 +9,8 @@ filter: - 'css/*' - 'bin/*' - 'tmp/*' + - 'appinfo/routes.php' + - 'tests/*' imports: #- javascript disabled because of es6 producing tons of errors -- cgit v1.2.3 From 026ccbc8875fc78b665dec95c308afe8a3c5899e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 22 Mar 2015 16:16:09 +0100 Subject: add back scrutinizer --- .scrutinizer.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.scrutinizer.yml') diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3c55ebb82..765700a18 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -10,6 +10,7 @@ filter: - 'bin/*' - 'tmp/*' - 'appinfo/routes.php' + - 'appinfo/application.php' - 'tests/*' imports: -- cgit v1.2.3