From d286b7499c39a96d1fd2034758be51cb387e217e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 9 Nov 2019 13:32:59 +0100 Subject: [PATCH] Fixed .scrutinizer.yml --- .scrutinizer.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 08aeca39..91d5aeb1 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,7 @@ -filter: - excluded_pathes: - - "public/" - - "assets/js/datatables.js" - - "assets/js/tagsinput.js" - - "assets/js/jquery.tristate.js" \ No newline at end of file +build: + filter: + excluded_pathes: + - "public/" + - "assets/js/datatables.js" + - "assets/js/tagsinput.js" + - "assets/js/jquery.tristate.js" \ No newline at end of file