Skip to content

Commit 2fd96b1

Browse files
authored
Create .scrutinizer.yml
1 parent 1966c80 commit 2fd96b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.scrutinizer.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
checks:
2+
php: true
3+
filter:
4+
excluded_paths: [vendor/*, tests/*]
5+
coding_style:
6+
php: { }
7+
tools:
8+
external_code_coverage: true
9+
php_code_coverage: true

0 commit comments

Comments
 (0)