From 6a9bbcdca8a87c57aff0f2b5d4f25dfeaf3aeed7 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 7 Sep 2015 16:42:21 -0700 Subject: [PATCH] build: Upgrade grunt-banana-checker to v0.3.0 Disable disallowBlankTranslations, disallowDuplicateTranslations and disallowUnusedTranslations for now as they fail so much. Change-Id: I52e1555335a6e64b1e9db541ba726cf6ce8c7dd0 --- Gruntfile.js | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 035a208131..8dbeb6bfc0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/' diff --git a/package.json b/package.json index 7b7004843c..c00dbed89b 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.20.1