Skip to content

Linguist does not ignore the specified vendor code from stats #5452

Discussion options

You must be logged in to vote

Here's your problem:

ops/infra/terraform/lambda/* linguist-vendored

* does not recurse so you'll only be marking the files within that directory as vendored and none of the files in the sub-directories. You need to change this to ** for recursion to apply.

See my comment at #5175 (comment) for more details.

If you are expecting to only exclude the files in that directory and not all the sub-directories too (ie you don't want recursion), then how are you determining this isn't taking effect?

Can you please also provide a link to your repo so we can see the behaviour you are seeing.

Moving this to discussions as this is not a bug.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dluong777
Comment options

@lildude
Comment options

Answer selected by dluong777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5451 on July 11, 2021 12:27.