Skip to content

Commit e785d98

Browse files
authored
Merge pull request #63 from calbrecht/scrutinizer
Fix phpcs-run with --standard
2 parents f9c2e02 + 5b43d3c commit e785d98

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.scrutinizer.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
# language: php
12
build:
2-
tests:
3-
override:
4-
- phpcs-run
3+
tests:
4+
override:
5+
- phpcs-run --standard=phpcs.xml.dist
6+
nodes:
7+
tests: true
8+
analysis:
9+
tests:
10+
override:
11+
- php-scrutinizer-run
512
filter:
613
excluded_paths:
714
- "MO4/Tests/*/*.inc"
815
dependency_paths:
916
- "vendor/"
17+
checks:
18+
php: true

0 commit comments

Comments
 (0)