cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

CFLint and cfmleditor/CFLint #730

Open ghedwards opened 5 months ago

ghedwards commented 5 months ago

I only started the "cfmleditor" project because I was short on time and needed some things done quickly, and because of other reasons I cannot disclose that preferred something publicly maintainable. I'm also quite open to contributors.

I've added the following rules to my fork of this project, please feel to merge them back to this project. How ever, if you wish to use these, I would prefer you use all the rules I've created so I might revert back to using this project.

https://github.com/cfmleditor/cflint

"IMPLICIT_SCOPE", "AVOID_USING_CFCOOKIE_TAG", "AVOID_USING_CFHTTP_TAG", "ADDTOKEN_ATTR", "AVOID_USING_CFINVOKE_TAG", "AVOID_USING_CFFORM_TAG", "AVOID_USING_CFINPUT_TAG", "AVOID_USING_CFFILE_TAG", "AVOID_USING_CFDIRECTORY_TAG", "AVOID_USING_ISDEFINED", "AVOID_USING_EVALUATE"

denuno commented 1 month ago

The more rules the merrier I think! I'll take a look at what it would take to merge them into the dev branch.