Skip to content

Pr1st0n/cflint-intellij

Repository files navigation

CFLint Plugin for IntelliJ IDEA Ultimate

Build Version Downloads

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.

Installation

  • 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...

Usage

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:


Plugin based on the IntelliJ Platform Plugin Template.