Skip to content

Commit 3953e4a

Browse files
committed
Migrate Scrutinizer to new PHP Analysis
See this article for details: https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 2634ceb commit 3953e4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.scrutinizer.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
before_commands:
22
- 'git submodule update --init --recursive'
33

4+
build:
5+
nodes:
6+
analysis:
7+
tests:
8+
override:
9+
- php-scrutinizer-run
10+
411
checks:
512
php:
613
excluded_dependencies:

0 commit comments

Comments
 (0)