aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b843cb81e..72352ff42 100644
--- a/Makefile
+++ b/Makefile
@@ -61,11 +61,11 @@ test: bin/phpunit ## Run the test suite
.PHONY: lint
lint: bin/phpcs ## Run the linter on the PHP files
- $(PHP) ./bin/phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
+ $(PHP) ./bin/phpcs . -p -s
.PHONY: lint-fix
lint-fix: bin/phpcbf ## Fix the errors detected by the linter
- $(PHP) ./bin/phpcbf . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
+ $(PHP) ./bin/phpcbf . -p -s
bin/phpunit:
mkdir -p bin/