Back to directory
Pr1st0n avatar
Pr1st0n / cflint-intellij

cflint-intellij

CFLint plugin for IntelliJ IDEA Ultimate

11

Stars

2

Forks

1

Watchers

Apache-2.0

License

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.

Releases

Dec 26, 2022

Download .zip

Changed

Dependencies - upgrade log4j-api to 2.19.0 Dependencies - upgrade log4j-core to 2.19.0 Dependencies - upgrade gradle-intellij-plugin to 1.7.0

Changed

Update pluginUntilBuild to include 213.* (2021.3.*)

Dec 15, 2021

Download .zip

Changed

Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.6.10 Dependencies - upgrade org.jetbrains.changelog to 1.3.1 Dependencies - upgrade org.jetbrains.intellij to 1.3.0 Dependencies - upgrade...

Added

Introduced next branch in the root repository to make main always a stable one Dependabot check for GitHub Actions used in workflow files Plugin Signing run configuration GitHub Actions: UI Tes...

Changed

Upgraded org.jetbrains.kotlin.jvm to 1.4.32 Deprecated support for IU-2020.2 Improved logging for CFLint configuration load and file scanning failures GitHub Actions: changed release draft cr...