This is a CommandBox module for linting your CFML code using CFLint.
CFLint Version: 1.4.0
First you will need CommandBox installed. Then you can install the commandbox-cflint module using the following command.
box install commandbox-cflint
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