Skip to content

Commit

Permalink
Rector verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Nov 17, 2021
1 parent f37f87c commit 156c6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static-analyse: vendor ## Run static analyse

.PHONY: rector
rector: vendor ## Check all files using Rector
vendor/bin/rector process --ansi --dry-run
vendor/bin/rector process --ansi --dry-run -v

.PHONY: mutation-tests
mutation-tests: vendor ## Mutation tests
Expand Down

0 comments on commit 156c6f2

Please sign in to comment.