Exclude some files from scrutinizer analysis.

This commit is contained in:
Jan Böhmer 2019-11-09 13:21:57 +01:00
parent e557bdedd5
commit 42d39f05c3

6
.scrutinizer.yml Normal file
View file

@ -0,0 +1,6 @@
filter:
excluded_pathes:
- "public/"
- "assets/js/datatables.js"
- "assets/js/tagsinput.js"
- "assets/js/jquery.tristate.js"