Using CFLint for Static Analysis with Jenkins

I am going to walk through how you can use CFLint and Jenkins to do static code analysis on your CFML code as part of a CI process. »

Linting Your CFML code with CFLint and Sublime Text Build Systems

Here is an easy way to run CFLint on files from within ST2 or ST3 using build systems. »

Example of Using a CommandBox Task Runner to Run CFLint

I created this gist that is a CommandBox Task Runner that takes a glob pattern and runs CFLint on any files that match. »