From: James D. Forrester Date: Tue, 30 Apr 2019 20:26:02 +0000 (-0700) Subject: build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 and make pass X-Git-Tag: 1.34.0-rc.0~1666^2~1 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=92b090e9e3a1de99a4ea668a1f2e334a9cc434aa;p=lhc%2Fweb%2Fwiklou.git build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 and make pass Change-Id: I4c604ab50caeffc5738c719c17f19e769082376f --- diff --git a/Gruntfile.js b/Gruntfile.js index fbb93bfb6e..765fe55a07 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,6 +48,7 @@ module.exports = function ( grunt ) { }, banana: { options: { + requireLowerCase: false, disallowBlankTranslations: false }, core: 'languages/i18n/', diff --git a/package.json b/package.json index eaf1b6036c..2105e0f4d6 100644 --- a/package.json +++ b/package.json @@ -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",