-
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
IntelliJ Plugin CFLint Support #474
Comments
Re CFLint plugin for intelliJ you can should be able to user the sonar cube plugin as it can use CFLint under the hood |
Last time I tried, the SonarQube plugin was not usable for CFML. |
you could look at what was done to integrate VSC and CFLint |
As far as integration, VSC is just using the command line and parsing the results. For a better solution, it might be best to hold off until the API lands. Either way, you should check out the source for some of the existing third-party lint plugins. There are also some more official plugins such as stylelint and tslint. |
@TheRealAgentK, I am interested in a CFLint plugin for IntelliJ, how can I contribute?
The text was updated successfully, but these errors were encountered: