build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 and make pass
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 30 Apr 2019 20:26:02 +0000 (13:26 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 30 Apr 2019 20:26:02 +0000 (13:26 -0700)
Change-Id: I4c604ab50caeffc5738c719c17f19e769082376f

Gruntfile.js
package.json

index fbb93bf..765fe55 100644 (file)
@@ -48,6 +48,7 @@ module.exports = function ( grunt ) {
                },
                banana: {
                        options: {
+                               requireLowerCase: false,
                                disallowBlankTranslations: false
                        },
                        core: 'languages/i18n/',
index eaf1b60..2105e0f 100644 (file)
@@ -13,7 +13,7 @@
   "devDependencies": {
     "eslint-config-wikimedia": "0.11.0",
     "grunt": "1.0.4",
-    "grunt-banana-checker": "0.6.0",
+    "grunt-banana-checker": "0.7.0",
     "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-watch": "1.1.0",
     "grunt-eslint": "21.0.0",