From 4e3511c9b7139d340db09d6e4f38df6962a0afd9 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 30 Jan 2019 17:20:07 -0800 Subject: [PATCH] build: Don't check for code typos in the i18n files Change-Id: Icba5245269ca70aac0f6e11f92ecdc3ab63bbd06 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index f77f597646..a44190fb93 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -138,6 +138,7 @@ module.exports = function ( grunt ) { '**/*.{js,json,less,css,txt}', '!package-lock.json', '!build/typos.json', + '!i18n/**', '!lib/**', '!{docs,node_modules,vendor}/**', '!.git/**'