From 92b090e9e3a1de99a4ea668a1f2e334a9cc434aa Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 30 Apr 2019 13:26:02 -0700 Subject: [PATCH] build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 and make pass Change-Id: I4c604ab50caeffc5738c719c17f19e769082376f --- Gruntfile.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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", -- 2.20.1