-
Maybe folder repo is here |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Jun 21, 2022
Replies: 1 comment
-
This is because all your code is under the You can implement an override to tell Linguist to not consider the directory as documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DrAugus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because all your code is under the
docs
directory which is commonly used for… documentation 😁 so Linguist ignores it and everything within it:https://github.com/github/linguist/blob/d7799da826e01acdb8f84694d33116dccaabe9c2/lib/linguist/documentation.yml#L12
You can implement an override to tell Linguist to not consider the directory as documentation.