Skip to content

Commit

Permalink
Merge pull request #2262 from tarlepp/chore(env)/psalm-options
Browse files Browse the repository at this point in the history
Chore(env) - Changed `Makefile` options for `psalm` commands
  • Loading branch information
tarlepp committed Apr 7, 2023
2 parents d04c2d1 + bed73a4 commit 8c58b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -361,7 +361,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
@mkdir -p build
@@bin/console cache:clear
@php ./vendor/bin/psalm --version
@php ./vendor/bin/psalm --no-cache --report=./build/psalm.json
@php ./vendor/bin/psalm --no-cache --show-info=true --report=./build/psalm.json
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
$(WARNING_DOCKER)
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)
Expand All @@ -379,7 +379,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
@mkdir -p build
@@bin/console cache:clear
@php ./vendor/bin/psalm --version
@php ./vendor/bin/psalm --no-cache --shepherd --report=./build/psalm.json
@php ./vendor/bin/psalm --no-cache --shepherd --show-info=true --report=./build/psalm.json
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
$(WARNING_DOCKER)
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)
Expand All @@ -397,7 +397,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
@mkdir -p build
@@bin/console cache:clear
@php ./vendor/bin/psalm --version
@php ./vendor/bin/psalm --no-cache --shepherd --report=./build/psalm.json --output-format=github
@php ./vendor/bin/psalm --no-cache --shepherd --show-info=true --report=./build/psalm.json --output-format=github
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
$(WARNING_DOCKER)
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)
Expand Down

0 comments on commit 8c58b5e

Please sign in to comment.