This plugin provides support for Coldfusion static code analyzer CFLint in IntelliJ IDEA Ultimate.
The implementation relies on base CFML Support plugin, which is only available for IntelliJ IDEA Ultimate, so no other JetBrains products are supported.
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "cflint" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
Make sure that plugin is enabled:
- Preferences > Editor > Inspections > CFML > Code quality > CFLint
- Preferences > Languages & Frameworks > Coldfusion > CFLint
There are 2 ways of configuring CFLint rules at the moment:
- Default set of rules if configuration file is not provided
- Custom .cflintrc configuration file in the root of the project (refer to CFLint#configuration for details)
Plugin based on the IntelliJ Platform Plugin Template.