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
incidentally; is there a good way to skip an include or a block?
in jshint we have jshint ignore:start to jshint ignore:end
I did try the jshint ignore:line syntax, but that didn't seem to do the trick
I got into this because of this error being thrown in an include, but would be happy to have the parser omit the include in this case.
Thanks;
The text was updated successfully, but these errors were encountered:
tried this in 1.2.0, 1.2.3, and 1.3.0 with very similar results.
java.lang.ClassCastException: cfml.parsing.cfscript.CFFunctionExpression cannot be cast to cfml.parsing.cfscript.CFStringExpression
attached demo
CfLint.zip
incidentally; is there a good way to skip an include or a block?
in jshint we have
jshint ignore:start
tojshint ignore:end
I did try the
jshint ignore:line
syntax, but that didn't seem to do the trickI got into this because of this error being thrown in an include, but would be happy to have the parser omit the include in this case.
Thanks;
The text was updated successfully, but these errors were encountered: