Skip to content

Commit 58b5e43

Browse files
authored
Merge pull request #30 from geekcom/develop
update scrutinizer CI check
2 parents df0a4c7 + aea1298 commit 58b5e43

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

scrutinizer.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
filter:
2-
excluded_paths:
3-
- 'tests/*'
41
checks:
52
php: true
6-
coding_style:
7-
php: true
83
build:
94
nodes:
10-
tests: true
115
analysis:
126
tests:
137
override:
14-
-
15-
command: phpcs-run
16-
use_website_config: true
17-
- php-scrutinizer-run
8+
- php-scrutinizer-run
9+
- phpcs-run

0 commit comments

Comments
 (0)