jenkins-bot has submitted this change and it was merged.

Change subject: Update grunt-jsonlint to 1.1.0
......................................................................


Update grunt-jsonlint to 1.1.0

Change-Id: Iad5b7f79391fdd8654d015008c36ff78dc866832
---
M Gruntfile.js
M package.json
2 files changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Paladox: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index 0d08aa6..006f96e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -23,6 +23,9 @@
                },
                banana: conf.MessagesDirs,
                jsonlint: {
+                       options: {
+                               reporter: 'jshint'
+                       },
                        all: [
                                '*.json',
                                '**/*.json',
diff --git a/package.json b/package.json
index 6413e45..a7883f7 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,6 @@
     "grunt-contrib-jshint": "1.0.0",
     "grunt-banana-checker": "0.5.0",
     "grunt-jscs": "2.8.0",
-    "grunt-jsonlint": "1.0.8"
+    "grunt-jsonlint": "1.1.0"
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iad5b7f79391fdd8654d015008c36ff78dc866832
Gerrit-PatchSet: 10
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to