cflint / CFLint

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

add test with empty rule set and test for ignore:line fix #742

Closed denuno closed 1 month ago

denuno commented 1 month ago

This adds the current source, and a check for an ignore: line where a bug is found. Eventually we should maybe add the option of outputting the line in question, so this is a start toward that

closes #741