Sorry for the crosspost, but I got no responses on...
# cfml-general
k
Sorry for the crosspost, but I got no responses on #cflint: hey all, I’ve used CFLint before, but not in the last couple of years. I’m trying to get it working to scan a FW/1 app, but I’m not even able to get it to report any issues when running against a single file (that should have issues with variable names, scoping, and other stuff). I initially tried running cflint in vscode (which wasn’t working). Since then I’ve tried running cflint directly [on a mac: java -jar ~/Projects/cflint/CFLint-1.5.0-all.jar -file controllers/linttest.cfc], and I’ve tried installing it with commandbox [box install commandbox-cflint] and then running it [box cflint controllers/linttest.cfc] with no success. I’m adding my linttest.cfc for reference.  Any ideas on what I’m missing would be greatly appreciated!
Here’s my test cfc
a
Do you have
.cflintrc
file?
k
@aliaspooryorik - I’ve tried it with a specific .cflintrc, but I’ve been just using the default