Albert221 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399976 )

Change subject: Add minus-x to composer test and fix
......................................................................

Add minus-x to composer test and fix

Bug: T175794
Change-Id: I33ff43001c18b92d0bf56fb9e9efcca3b7d6688c
---
M InterwikiIntegrationRecentChange.php
M composer.json
2 files changed, 7 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InterwikiIntegration 
refs/changes/76/399976/1

diff --git a/InterwikiIntegrationRecentChange.php 
b/InterwikiIntegrationRecentChange.php
old mode 100755
new mode 100644
diff --git a/composer.json b/composer.json
index aebd773..2494086 100644
--- a/composer.json
+++ b/composer.json
@@ -1,11 +1,16 @@
 {
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
-               "jakub-onderka/php-console-highlighter": "0.3.2"
+               "jakub-onderka/php-console-highlighter": "0.3.2",
+               "mediawiki/minus-x": "^0.2.1"
        },
        "scripts": {
                "test": [
-                       "parallel-lint . --exclude vendor --exclude 
node_modules"
+                       "parallel-lint . --exclude vendor --exclude 
node_modules",
+                       "minus-x check ."
+               ],
+               "fix": [
+                       "minus-x fix ."
                ]
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/399976
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I33ff43001c18b92d0bf56fb9e9efcca3b7d6688c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InterwikiIntegration
Gerrit-Branch: master
Gerrit-Owner: Albert221 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to