-
Notifications
You must be signed in to change notification settings - Fork 84
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
Document CFLint contribution/build/test/play with process #317
Comments
+1 for this! I am not a maven person but could easily get into the code, I have spent an hour getting this project and then cfparser and it seems like I am going down a rabbit hole. It would be great to know how I can build it, so I can then at least do a bunch of typo fixes (spotted loads) and test my new rules. |
Hi @cybersonic. Thanks for your interest in making CFLint better. How does this look: |
You do not want to start with trying to build cfparser from scratch, it is quite the 'rabbit hole'. The gradle build of CFLint will take care of the dependencies for you. The maven build is deprecated and it only hanging on until we get the release process migrated to gradle. Your experimenting with CFLint is better spent with gradle. |
Thanks for that! I shall have a look now! |
Stuff like:
import project into Eclipse / IntelliJ
how to run a test
how to build maven artefacts
how to execute from IDE and step into code etc
The text was updated successfully, but these errors were encountered: