An open source code quality scanner for CFML
mScan is an open source static code analyzer.
It's completely target-agnostic, though it does default the target file extensions to .cfm and .cfc
It's threaded, so it's reasonably fast.
It can be a bit hungry, so I recommend 500+ ram allotted to the webapp.
Drop into a root folder and start it up, done..
There are a couple of requirements: OpenBD and Windows, and a recommended 500+ mb of ram
I haven't tested it on any other engine, and the file-open assumes windows.
The GUI is pretty self-explanatory, but just in case:
Enter the absolute root folder of the files to scan. An absolute path is the same as what-the-path-looks-like-in-explorer, so for example c:\myawesomecfmlproject is an absolute path.
Enter the file extensions you want to scan.
I'll be honest, this one's a bit dodgy, as it uses 'contains', that's why I tell you to enter a full path. If you put the letter 'a', no file with a path that contains the letter 'a' will be scanned.
Enter one path per line, for example of you're root path is c:\myawesomecfmlproject, then maybe you want to exclude c:\myawesomecfmlproject\someone-elses-code\
Select the tests you want to run, hover them to display a short tooltip with info about each test, then hit the big button that says "Do the thing!" to do the thing.
After it runs (And it's threaded, so it's reasonably fast), you get back a list of files, and the errors in each file.
Clicking on the name of a file should open the file in your default editor if you're on a Windows machine.