Skip to content

Commit 1d2955c

Browse files
committed
exclude phpstan in scrutinizer
1 parent 3bb952c commit 1d2955c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
before_commands:
22
- "composer install --no-dev --prefer-source"
33

4+
checks:
5+
php:
6+
excluded_dependencies:
7+
- phpstan/phpstan
8+
49
tools:
510
external_code_coverage:
611
enabled: true

0 commit comments

Comments
 (0)