From 7957763182afadb4aada55f32972bb771a95ed47 Mon Sep 17 00:00:00 2001 From: Amarnath Valluri Date: Tue, 10 Jun 2014 11:02:06 +0300 Subject: [PATCH] [jslint]: Ignore all jquery* scripts from coding style check. --- tools/check-coding-style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-coding-style b/tools/check-coding-style index c27de41..9f97316 100755 --- a/tools/check-coding-style +++ b/tools/check-coding-style @@ -38,7 +38,7 @@ CPP_RET_VAL=$? gjslint --strict --nojsdoc --max_line_length 100 --unix_mode $(find . \ ! -path './out*' ! -path './.git*' \ ! -path './packaging' \ - ! -name 'jquery.*' \ + ! -name 'jquery*' \ ! -name 'flotr2.*' \ -name '*.js' ) -- 2.7.4