aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2016-03-31 09:16:31 -0400
committerScott González <scott.gonzalez@gmail.com>2016-04-13 11:32:22 -0400
commit63448148a217da7e64c04b21a04982f0d64aabaa (patch)
tree7bfcbda3eee154ee06731e56622333cc0640da99 /.jscsrc
parentae1be9ed8de447ecf73b0e00b968f00babba8e60 (diff)
downloadjquery-ui-63448148a217da7e64c04b21a04982f0d64aabaa.tar.gz
jquery-ui-63448148a217da7e64c04b21a04982f0d64aabaa.zip
Build: Remove maxLineLength execption in .jscsrc
Also seperates tests into a seperate task because they still have many errors Closes gh-1690
Diffstat (limited to '.jscsrc')
-rw-r--r--.jscsrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.jscsrc b/.jscsrc
index 5d6dfd77e..81de6df1c 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -8,8 +8,5 @@
"es3": true,
// We want to output all errors
- "maxErrors": 1000000,
-
- // Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460
- "maximumLineLength": null
+ "maxErrors": 1000000
}