Fix typo in Scrutinizer exclude list.

This commit is contained in:
Markus Birth 2016-07-09 20:30:28 +02:00
parent 120823e83c
commit 3590972a81

View File

@ -1,6 +1,6 @@
filter: filter:
excluded_paths: excluded_paths:
- 'test/*' - 'tests/*'
dependency_paths: dependency_paths:
- 'vendor/*' - 'vendor/*'