Merge "build: Upgrade grunt-banana-checker to v0.3.0"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 14 Sep 2015 23:45:46 +0000 (23:45 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 14 Sep 2015 23:45:46 +0000 (23:45 +0000)
Gruntfile.js
package.json

index 035a208..8dbeb6b 100644 (file)
@@ -32,6 +32,11 @@ module.exports = function ( grunt ) {
                        ]
                },
                banana: {
+                       options: {
+                               disallowBlankTranslations: false,
+                               disallowDuplicateTranslations: false,
+                               disallowUnusedTranslations: false
+                       },
                        core: 'languages/i18n/',
                        api: 'includes/api/i18n/',
                        installer: 'includes/installer/i18n/'
index 7b70048..c00dbed 100644 (file)
@@ -9,7 +9,7 @@
   "devDependencies": {
     "grunt": "0.4.5",
     "grunt-cli": "0.1.13",
-    "grunt-banana-checker": "0.2.2",
+    "grunt-banana-checker": "0.3.0",
     "grunt-contrib-copy": "0.8.0",
     "grunt-contrib-jshint": "0.11.3",
     "grunt-contrib-watch": "0.6.1",