X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=354f0483b615d0986739df2738e1fc9148a6c51d;hb=949641e36e9817f23c5f320e773e52994ec04721;hp=8dbeb6bfc05e2a55f7b05e010c87644a42a86c7d;hpb=f1a890c34cebd8744bf3a6277734275fb975575a;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 8dbeb6bfc0..354f0483b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,9 +33,7 @@ module.exports = function ( grunt ) { }, banana: { options: { - disallowBlankTranslations: false, - disallowDuplicateTranslations: false, - disallowUnusedTranslations: false + disallowBlankTranslations: false }, core: 'languages/i18n/', api: 'includes/api/i18n/', @@ -58,8 +56,9 @@ module.exports = function ( grunt ) { included: true, served: false } ], + logLevel: 'DEBUG', frameworks: [ 'qunit' ], - reporters: [ 'dots' ], + reporters: [ 'progress' ], singleRun: true, autoWatch: false, // Some tests in extensions don't yield for more than the default 10s (T89075)