We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running cflint against a file with the following code: multiple errors come up.
cfmail( to=toAddress, from=adminEmail, replyto=adminEmail, failto=adminEmail, subject="Test email", type="html" ) { writeOutput(mailBody); )
The errors are as follows:
Oh of course toAddress, adminEmail, and mailBody are all variables.
Thanks for a great linter!
The text was updated successfully, but these errors were encountered:
https://github.com/cflint/CFLint/issues/237
7e09d1d
f5473ba
remove ambiguity
f5c1646
@sdurette, thanks! this will be fixed in the release coming out tuesday.
Sorry, something went wrong.
No branches or pull requests
When running cflint against a file with the following code: multiple errors come up.
The errors are as follows:
Oh of course toAddress, adminEmail, and mailBody are all variables.
Thanks for a great linter!
The text was updated successfully, but these errors were encountered: