Skip to content

Commit

Permalink
Ajout de targets pour lancer PHP CS Fixer en local (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo authored Feb 9, 2025
1 parent 2428832 commit 6a3bf81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ test:
behat:
./bin/behat

### (Dans Docker) PHP CS Fixer (dry run)
cs-lint:
./bin/php-cs-fixer fix --dry-run -vv

### (Dans Docker) PHP CS Fixer (fix)
cs-fix:
./bin/php-cs-fixer fix -vv

### Tests fonctionnels
test-functional: data config htdocs/uploads tmp
CURRENT_UID=$(CURRENT_UID) $(DOCKER_COMPOSE_BIN) stop dbtest apachephptest mailcatcher
Expand Down

0 comments on commit 6a3bf81

Please sign in to comment.