From: James D. Forrester Date: Mon, 7 Sep 2015 23:42:21 +0000 (-0700) Subject: build: Upgrade grunt-banana-checker to v0.3.0 X-Git-Tag: 1.31.0-rc.0~10027^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=6a9bbcdca8a87c57aff0f2b5d4f25dfeaf3aeed7 build: Upgrade grunt-banana-checker to v0.3.0 Disable disallowBlankTranslations, disallowDuplicateTranslations and disallowUnusedTranslations for now as they fail so much. Change-Id: I52e1555335a6e64b1e9db541ba726cf6ce8c7dd0 --- 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",