Ignore certain paths in Scrutenizer

This commit is contained in:
Alex Bilbie 2014-11-07 00:45:42 +00:00
parent fbf1535db1
commit c38d20b163

View File

@ -1,3 +1,8 @@
filter:
excluded_paths:
- tests/*
- vendor/*
- examples/*
checks:
php:
code_rating: true