A static code analysis tool for ColdFusion (in the spirit of FindBugs and Lint). With CFLint, you are able to analyze your ColdFusion code base for code violations.
'com.github.cflint:CFLint:0.4'
<dependency> <groupId>com.github.cflint</groupId> <artifactId>CFLint</artifactId> <version>0.4</version> </dependency>
<dependency org="com.github.cflint" name="CFLint" rev="0.4"/>
"com.github.cflint", "CFLint", "0.4"