Incorrect languages on my project #6937
-
Hello! The language displayed on my repo is incorrect (it's not only Javascript! It contains TS, Rust, Svelte...) I think it happened right after I moved my project to an organization after I pushed a commit? Anyway, here's the link : Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not... it's showing that you have sooo much more JavaScript by bytes of code that all the other languages are grouped into the "Other 0.9%": ➜ github-linguist inscribe/
99.15% 1402703 JavaScript
0.70% 9968 Svelte
0.06% 786 TypeScript
0.05% 739 Rust
0.03% 427 HTML
0.01% 113 CSS
➜ Most of this is due to one file - https://github.com/FlawedLabs/inscribe/blob/main/static/pdf.worker.min.mjs - which is 1.4MB. You probably want to use an override to mark this as generated or vendored which will give you this: ➜ github-linguist inscribe/
75.72% 9968 Svelte
8.60% 1132 JavaScript
5.97% 786 TypeScript
5.61% 739 Rust
3.24% 427 HTML
0.86% 113 CSS
➜ |
Beta Was this translation helpful? Give feedback.
It's not... it's showing that you have sooo much more JavaScript by bytes of code that all the other languages are grouped into the "Other 0.9%":
Most of this is due to one file - https://github.com/FlawedLabs/inscribe/blob/main/static/pdf.worker.min.mjs - which is 1.4MB.
You probably want to use an override to mark this as generated or vendored which will give you this:
➜ github-linguist inscribe/