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
Message code:MISSING_VAR
File:C:\progetti\tesisquare\cflint_src\CFLint\tesitest\4\cflintTest3.cfc
Column:3
Line:4
Message:Variable my is not declared with a var statement.
Variable:'my' in function: init
Expression:my
but if I remove the my.somekey = ""; line, it will correctly report 0 errors.
The CFML comment annotation seems to be working properly:
@rcastagno, Good catch. I've been hearing some complaints that the ignore mech isn't working well. The EOL comment form was not working in mixed tag and script code. Your example is fixed in dev.
I'm trying to ignore some issues, but unable to get it quite right
this results in
but if I remove the
my.somekey = "";
line, it will correctly report 0 errors.The CFML comment annotation seems to be working properly:
Am I missing something?
The text was updated successfully, but these errors were encountered: