From 28ffe9f798f9bac0d2638f2820b40ab26a34b52e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 18 Dec 2016 10:45:39 +1300 Subject: Exclude simple interface from checks --- web/.jscsrc | 3 ++- web/.jshintignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/.jscsrc b/web/.jscsrc index 7d924ab..70c9dc4 100644 --- a/web/.jscsrc +++ b/web/.jscsrc @@ -1,4 +1,5 @@ { "preset": "crockford", - "maxErrors": 100 + "maxErrors": 100, + "excludeFiles": ["simple/app.js"] } diff --git a/web/.jshintignore b/web/.jshintignore index 52da2c0..0a20d51 100644 --- a/web/.jshintignore +++ b/web/.jshintignore @@ -1 +1,2 @@ locale.js +simple/app.js -- cgit v1.2.3