Unable to detect Javascript language in multiple repositories #5214
-
It's common practice to use Repositories Any help on this is much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Feb 14, 2021
Replies: 1 comment 1 reply
-
The reason your files aren't being counted is because they match the following rule used to mark files as vendored: You'll need to either rename your files so they don't start with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lildude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason your files aren't being counted is because they match the following rule used to mark files as vendored:
https://github.com/github/linguist/blob/9bcbcb830213eee1e5b5ee11ea39115a1da0da5c/lib/linguist/vendor.yml#L226-L227
You'll need to either rename your files so they don't start with
react-
or implement an override to negate the vendoring.