Skip to content

Commit ec8cd59

Browse files
authored
Merge pull request #12 from geekcom/develop
scrutinizer CI
2 parents 2e52f3d + 0bea8f9 commit ec8cd59

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

scrutinizer.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
filter:
2+
excluded_paths:
3+
- 'tests/*'
4+
checks:
5+
php: true
6+
coding_style:
7+
php: true
8+
build:
9+
nodes:
10+
tests: true
11+
analysis:
12+
tests:
13+
override:
14+
-
15+
command: phpcs-run
16+
use_website_config: true
17+
- php-scrutinizer-run

0 commit comments

Comments
 (0)