X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=fec43f343ca534ef54bda04b527378a9f2dea6f2;hb=d786ea73c0c6ed256f56f79d62c5c63bf834158e;hp=8018212e856894814aa9edf2a7ed90e5f36bc03e;hpb=b4054da0f9c2a1c23f4af93871329e39c0ab6a8f;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 8018212e85..fec43f343c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -21,6 +21,9 @@ module.exports = function ( grunt ) { grunt.initConfig( { eslint: { + options: { + reportUnusedDisableDirectives: true + }, all: [ '**/*.js', '!docs/**', @@ -33,9 +36,7 @@ module.exports = function ( grunt ) { '!vendor/**', // Explicitly say "**/*.js" here in case of symlinks '!extensions/**/*.js', - '!skins/**/*.js', - // Skip functions aren't even parseable - '!resources/src/mediawiki.hidpi/skip.js' + '!skins/**/*.js' ] }, jsonlint: { @@ -49,6 +50,7 @@ module.exports = function ( grunt ) { disallowBlankTranslations: false }, core: 'languages/i18n/', + exif: 'languages/i18n/exif/', api: 'includes/api/i18n/', installer: 'includes/installer/i18n/' },