From b73c7c0f8a43b5c4e65ca4daeb0ec7dc4c7c2306 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 24 Aug 2020 22:06:34 +0200 Subject: Cleanup appinfo files Signed-off-by: Sean Molenaar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3