cfpathcheck
cfpathcheck is a command-line utility for analyzing cfml files (Adobe
ColdFusion/Railo/Lucee/OpenBD) for incorrect cfimport and cfinclude
file paths, and also unused or undeclared cfimport taglib namespaces. It can
output checkstyle-compatible files for reporting in continuous build environments
such as Jenkins, Bamboo or TravisCI.
It is written in Javascript for the Node.js platform. More details are available on its npmjs page.
To easily add cfpathcheck to a grunt build process, there is a grunt plugin available: grunt-cfpathcheck.