You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the jshint options (checks) are set to true so the errors are reported properly though the console output is misleading shows =false for ALL custom options ?!?!
[jshint] Using custom options:forin=false,plusplus=false,white=false,globalstrict=false,validthis=false,smarttabs=false,browser=false,passfail=false,onevar=false,laxbreak=false,asi=false,maxstatements=false,es5=false,curly=false,rhino=false,proto=false,worker=false,supernew=false,scripturl=false,indent=false,devel=false,maxlen=false,immed=false,maxparams=false,evil=false,iterator=false,camelcase=false,latedef=false,eqnull=false,eqeqeq=false,dojo=false,sub=false,prototypejs=false,debug=false,nonew=false,couch=false,undef=true,multistr=false,noempty=false,wsh=false,mootools=false,node=false,jquery=false,boss=false,shadow=false,funcscope=false,newcap=false,yui=false,strict=false,nomen=false,esnext=false,nonstandard=false,loopfunc=false,bitwise=false,lastsemic=false,maxcomplexity=false,expr=false,quotmark=false,maxerr=false,trailing=false,laxcomma=false,maxdepth=false,noarg=false,unused=false
[jshint] Using custom options:
[jshint] 23 JS files passed JSHint code checks
Below is an example jshint v1.1.0 rc file (must strip comments and "predef" : [ ] from https://github.com/jshint/jshint/blob/1.1.0/examples/.jshintrc otherwise ant-jshint is unable to load file -- Jackson deserialization can't handle JS comments or [])
options to Map<Object, Object> instead of Properties because wrong
methods were called on Properties. The properties is only used for the
load method, so outside it can be a Map. This solves Issue philmander#19 and Issue
philmander#24
Using
While the jshint options (checks) are set to
true
so the errors are reported properly though the console output is misleading shows =false for ALL custom options ?!?!Context: Using ede60c0 (3.6-SNAPSHOT)
Below is an example jshint v1.1.0 rc file (must strip comments and
"predef" : [ ]
from https://github.com/jshint/jshint/blob/1.1.0/examples/.jshintrc otherwise ant-jshint is unable to load file -- Jackson deserialization can't handle JS comments or[]
)The text was updated successfully, but these errors were encountered: