diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 10:45:39 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 10:45:39 +1300 |
commit | 28ffe9f798f9bac0d2638f2820b40ab26a34b52e (patch) | |
tree | ed4cbdc302d0d45f57bb86bd74337b615e5df32e /web | |
parent | 234b9aa67a8ba16d30cdaaac6aeb35562e0d7353 (diff) | |
download | trackermap-web-28ffe9f798f9bac0d2638f2820b40ab26a34b52e.tar.gz trackermap-web-28ffe9f798f9bac0d2638f2820b40ab26a34b52e.tar.bz2 trackermap-web-28ffe9f798f9bac0d2638f2820b40ab26a34b52e.zip |
Exclude simple interface from checks
Diffstat (limited to 'web')
-rw-r--r-- | web/.jscsrc | 3 | ||||
-rw-r--r-- | web/.jshintignore | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/web/.jscsrc b/web/.jscsrc index 7d924ab9..70c9dc48 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 52da2c02..0a20d51b 100644 --- a/web/.jshintignore +++ b/web/.jshintignore @@ -1 +1,2 @@ locale.js +simple/app.js |