/commandbox-cflint

This is a CommandBox module for linting your CFML code using CFLint.

Primary LanguageColdFusionMIT LicenseMIT

commandbox-cflint

This is a CommandBox module for linting your CFML code using CFLint.

CFLint Version: 1.4.0

Install

First you will need CommandBox installed. Then you can install the commandbox-cflint module using the following command.

box install commandbox-cflint

Usage

It Can be run on a single file or aginst a list of files defined by a file globbing pattern

box cflint **.cfc|**.cfm

Run for all components in the models directory.

box cflint models/**.cfc

Generate html report instead of console output.

box cflint models/**.cfc --html

Example Output

Example Console Output

Example HTML Report