Replies: 1 comment 7 replies
This is not supposed to happen, regardless of whether the |
7 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not supposed to happen, regardless of whether the |
Uh oh!
There was an error while loading. Please reload this page.
I think
.vectorcodeexclusion should trumpvectorise.Assume we have a repo using inclusion/exclusion configuration. Calling
vectorcode vectoriserespects the exclusions and indexes the whole repo. However, callingvectoriseon an excluded file does not respect this and this file ends up in the index. Specifically, I found this surprising, as it was kicking in via git hooks. ;)I think we should write a message, letting the using know that exclusion trumped the vectorise call.
All reactions