Albert221 has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/400133 )
Change subject: Add minus-x to composer test and fix
......................................................................
Add minus-x to composer test and fix
Bug: T175794
Change-Id: I932af1081fd0a7f550646f20393f25a0c32496ca
---
A .minus-x.json
M composer.json
2 files changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TweetANew
refs/changes/33/400133/1
diff --git a/.minus-x.json b/.minus-x.json
new file mode 100644
index 0000000..6c27ecf
--- /dev/null
+++ b/.minus-x.json
@@ -0,0 +1,3 @@
+{
+ "ignore": [ "./lib" ]
+}
diff --git a/composer.json b/composer.json
index aebd773..7d306d5 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/400133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I932af1081fd0a7f550646f20393f25a0c32496ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TweetANew
Gerrit-Branch: master
Gerrit-Owner: Albert221 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits