-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Lint Error Question #17
Comments
How are you using CFLint? Are you using it as a stand-alone tool or as a library? In other words, how can I recreate the issue? |
I used it both ways. By running the file check thru my terminal and also thru sublime. Thank you, From: jjames967 [email protected] How are you using CFLint? Are you using it as a stand-alone tool or as a library? In other words, how can I recreate the issue? — |
I can't seem to generate the issue. Have you downloaded "https://github.com/cfparser/cfparser" repo, and "mvn clean install"? Then "https://github.com/cflint/CFLint" repo and "mvn clean install"? |
No I just downloaded the from CFLint-0.1.8.zip from https://github.com/cflint/CFLint/releases Thank you, From: jjames967 [email protected] I can't seem to generate the issue. Have you downloaded "https://github.com/cfparser/cfparser" repo, and "mvn clean install"? Then "https://github.com/cflint/CFLint" repo and "mvn clean install"? — |
ah, now I get it. I would highly suggest cloning the newest repository from https://github.com/cflint/CFLint/ and follow the build-instructions. It does require Maven to be installed, but that way you'll be able to make your own rules. I would be happy to answer any questions regarding this. I'm not sure why that release is failing, but it is. You're not crazy. |
Cool thanks man .. I will go ahead and clone the newest repo and build locally. Thank you, From: jjames967 [email protected] ah, now I get it. I would highly suggest cloning the newest repository from https://github.com/cflint/CFLint/ and follow the build-instructions. It does require Maven to be installed, but that way you'll be able to make your own rules. I would be happy to answer any questions regarding this. I'm not sure why that release is failing, but it is. You're not crazy. — |
Perfect man it worked! Thanks!!!! Thank you, From: jjames967 [email protected] ah, now I get it. I would highly suggest cloning the newest repository from https://github.com/cflint/CFLint/ and follow the build-instructions. It does require Maven to be installed, but that way you'll be able to make your own rules. I would be happy to answer any questions regarding this. I'm not sure why that release is failing, but it is. You're not crazy. — |
Glad to hear it! |
Hello I am testing CFLint for use on my code and the following CFC gives me a FILE_ERROR. In the report it states the following:
In file /EntityDefaults.cfc, line 0
In EntityDefaults.cfc
At line : 0
Expression:
and in Sublime I see this:
The code is as follows:
Any explanation would be greatly appreciated
The text was updated successfully, but these errors were encountered: