mediawiki/extensions/TemplateWizard: main (log #447843)

sourcepatches

This run took 13 seconds.

From d571529bef3a9977d2daaaa31744b167ce7f4701 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 13 Sep 2021 08:19:14 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Idf7f296e5b0293cb49b6b505a8534ba8bba1e4e4
---
 .phpcs.xml    | 1 -
 composer.json | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.phpcs.xml b/.phpcs.xml
index c7116c4..5667045 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -2,6 +2,5 @@
 <ruleset>
 	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
 	<file>.</file>
-	<exclude-pattern>vendor/</exclude-pattern>
 	<exclude-pattern>tests/selenium/*\.js$</exclude-pattern>
 </ruleset>
diff --git a/composer.json b/composer.json
index 7bcdaac..baea690 100644
--- a/composer.json
+++ b/composer.json
@@ -13,9 +13,10 @@
 		],
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -p -s",
+			"@phpcs",
 			"minus-x check ."
 		],
-		"phan": "phan -d . --long-progress-bar"
+		"phan": "phan -d . --long-progress-bar",
+		"phpcs": "phpcs -sp --cache"
 	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.