build: Don't check for code typos in the i18n files

Change-Id: Icba5245269ca70aac0f6e11f92ecdc3ab63bbd06
This commit is contained in:
James D. Forrester 2019-01-30 17:20:07 -08:00
parent 05bd0730c8
commit 4e3511c9b7

View file

@ -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/**'