Skip to content

Commit 62e1670

Browse files
committed
Merge pull request #32 from php-http/scrutinizer
fix paths for scrutinizer
2 parents 43c1425 + ccd5a96 commit 62e1670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
filter:
2-
paths: [src/*]
2+
excluded_paths: [vendor/*, Tests/*]
33
checks:
44
php:
55
code_rating: true

0 commit comments

Comments
 (0)