Skip to content

Commit 2524263

Browse files
committed
remove debug flag for psalm
1 parent 76cdc64 commit 2524263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parallel_prettify_sdks: install_deps parallel_gen_sdk_tests
3232
php -dmemory_limit=-1 vendor/bin/ecs check --fix --no-progress-bar --no-diffs
3333

3434
parallel_analyze_sdks: install_deps parallel_prettify_sdks psalm_install
35-
vendor/bin/psalm --debug --threads=$(CPUS)
35+
vendor/bin/psalm --long-progress --threads=$(CPUS)
3636

3737
parallel_test_sdks: install_deps parallel_analyze_sdks
3838
vendor/bin/phpunit --testsuite=unit
@@ -79,7 +79,7 @@ prettify: install_deps
7979
php -dmemory_limit=-1 vendor/bin/ecs check --fix --no-progress-bar --no-diffs
8080

8181
analyse: install_deps prettify psalm_install
82-
vendor/bin/psalm --debug --threads=$(CPUS)
82+
vendor/bin/psalm --threads=$(CPUS)
8383

8484
test_bc: install_deps
8585
# vendor/bin/phpunit --testsuite=unit

0 commit comments

Comments
 (0)