diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 09:16:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:22 -0400 |
commit | 63448148a217da7e64c04b21a04982f0d64aabaa (patch) | |
tree | 7bfcbda3eee154ee06731e56622333cc0640da99 /.jscsrc | |
parent | ae1be9ed8de447ecf73b0e00b968f00babba8e60 (diff) | |
download | jquery-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-- | .jscsrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 } |