Skip to content

Commit 5b43d3c

Browse files
committed
Fix phpcs-run with --standard
so that it is able to run with empty dependency cache
1 parent ccf1c29 commit 5b43d3c

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)