You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the audit feature, untracked files (e.g. files that are generated by a build process and aren't tracked by git) are reported on. I think this code that finds candidate files should be powered by something equivalent to git ls-files.
I may be able to contribute a PR if you think this change makes sense. Let me know.
The text was updated successfully, but these errors were encountered:
When using the audit feature, untracked files (e.g. files that are generated by a build process and aren't tracked by git) are reported on. I think this code that finds candidate files should be powered by something equivalent to
git ls-files
.I may be able to contribute a PR if you think this change makes sense. Let me know.
The text was updated successfully, but these errors were encountered: