summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ba124b9e..6a82237c3 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ clean:
# Reports PHP codestyle violations
.PHONY: phpcs
phpcs:
- ./vendor/bin/phpcs --standard=PSR2 lib
+ ./vendor/bin/phpcs --standard=PSR2 --ignore=lib/Migration/Version*.php lib
# Reports PHP static violations
.PHONY: phpstan