Exclude "includes" dir for scrutinizer

This commit is contained in:
Laurent Destailleur 2016-05-08 12:48:15 +02:00
parent 698b93cf1e
commit 6e2443069a

View File

@ -9,6 +9,7 @@ filter:
- dev/* - dev/*
- doc/* - doc/*
- test/* - test/*
- htdocs/includes/*
paths: paths:
- htdocs/* - htdocs/*
- scripts/* - scripts/*