CFLint icon indicating copy to clipboard operation
CFLint copied to clipboard

Static code analysis for CFML (a linter)

Results 108 CFLint issues
Sort by recently updated
recently updated
newest added

I am having serious performance issues using CFLint in Sublime Text 3 (SublimeLinter integration). I have to set CFLint to execute manually, and when I do, in some files, it...

question

Add some notes to documentation Talk to LAS. We're having a discussion about issues/findings and general better support for CFLint on Lucee in #414.

task

I did some copy-paste programming. I have a `cffunction` and a `cfargument` and use the argument in a `cfquery` ``` SELECT col1 FROM table WHERE lang = ``` `CFLint` nicely...

enhancement

We have some case we would like to always ignore. A couple of examples. Here we would like to ignore reports about variable `arguments.select_fields` but keep ones about `#myvar#` ```...

enhancement

Is there any current of future use of the deprecated mvn build option? If not, we should maybe look at removing it.

question

Hi Ryan, It's possible to put /* */ style comments in tag based cfml (particularly if output="false" on the component. It would really be useful of cf lint highlighted this...

enhancement

People may want to generally disallow short variables, though allow one-character variable names like `i` for indexes. Therefore there should be a parameter that allows to define a comma separated...