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