cflint / CFLint

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

ignore .cfm~ files #1

Closed kenguest closed 10 years ago

kenguest commented 10 years ago

when you edit a file in vim, it creates a temporary 'save' file that takes the very same name as the file that you are editing but with a tilde (~) appended to the extension of the filename. CFLint currently analyses those files as well.

ryaneberly commented 10 years ago

Thanks. I'll fix that.

ryaneberly commented 10 years ago

Implemented in latest release: https://github.com/ryaneberly/CFLint/releases/tag/CFLint-0.1.6

Thanks for the input