FileRefIgnoredInVCS false positive

Issue #12 closed
Guillaume Campagna created an issue

FileRefIgnoredInVCS says some files are ignored by the VCS, even if they are actually tracked by it.

I ignore .a in my .gitignore, but in some rare case, I still add some .a library with git add -f. In these case it should not show that error.

Comments (4)

  1. Ali Rantakari repo owner

    Thanks for reporting this. I will try to figure out a good way to allow suppressing diagnostics for specific paths.

  2. Ali Rantakari repo owner

    The next release (0.9.8) will include a rule option for suppressing diagnostics in files whose path matches a user-specified regular expression. This can be used to suppress false positives in cases such as this.

  3. Log in to comment