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.
»
Here is an easy way to run CFLint on files from within ST2 or ST3 using build systems.
»
I created this gist that is a CommandBox Task Runner that takes a glob pattern and runs CFLint on any files that match.
»