Mar 2, 2019 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.Read → CommandBox CFLint CFML Jenkins
Mar 31, 2018 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.Read → CFML CFLint Sublime Text
Dec 27, 2017 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.Read → CFML CFLint