Skip to content

Commit dccb0b4

Browse files
committed
add scrutinizer config file
1 parent b2fe9e5 commit dccb0b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.scrutinizer.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
filter:
2+
excluded_paths:
3+
- test/**
4+
5+
tools:
6+
external_code_coverage: true
7+
8+
checks:
9+
javascript: true

0 commit comments

Comments
 (0)