X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=354f0483b615d0986739df2738e1fc9148a6c51d;hb=d9d6e5444f43f9c1db6d5e3ba97fbaf8777c2b6b;hp=8dbeb6bfc05e2a55f7b05e010c87644a42a86c7d;hpb=78c47763ab93a9f7680d304c99e89c15c2a353a4;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)