Closed kenguest closed 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.
Thanks. I'll fix that.
Implemented in latest release: https://github.com/ryaneberly/CFLint/releases/tag/CFLint-0.1.6
Thanks for the input
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.