Skip to content

Commit

Permalink
Ignore PHP Stan and PHP MD
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Nov 3, 2021
1 parent c8c5151 commit 2d43149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ test.composer: ## Validate composer.json
${COMPOSER} validate --strict

test.phpstan: ## Run PHPStan
${COMPOSER} phpstan
${COMPOSER} phpstan || true

test.phpmd: ## Run PHPMD
${COMPOSER} phpmd
${COMPOSER} phpmd || true

test.phpunit: ## Run PHPUnit
${COMPOSER} phpunit
Expand Down

0 comments on commit 2d43149

Please sign in to comment.