Language detection not working (linguist-vendored=true ignored) #42654
-
Select Topic AreaBug BodyLanguage detection definitely doesn't update properly in my project mediasoup. As you can see, it keeps saying that there is 10.1% of Perl code in However # Tell GitHub to ignore some folders when detecting the project language.
art/* linguist-vendored=true
doc/* linguist-vendored=true
rust/benches/* linguist-vendored=true
rust/examples/* linguist-vendored=true
rust/examples-frontend/* linguist-vendored=true
rust/tests/* linguist-vendored=true
rust/**/tests.rs linguist-vendored=true
worker/deps/* linguist-vendored=true
worker/subprojects/* linguist-vendored=true
worker/test/* linguist-vendored=true
worker/scripts/* linguist-vendored=true
worker/fuzzer/* linguist-vendored=true
worker/out/* linguist-vendored=true This is like this for months already. It never auto-fixes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I don't know if that is really accurate or there is a problem, but here, maybe you can ask them |
Beta Was this translation helpful? Give feedback.
-
Hi @ibc, thanks for your report. Sorry, but at this time, code search does not use the |
Beta Was this translation helpful? Give feedback.
Hi @ibc, thanks for your report. Sorry, but at this time, code search does not use the
.gitattributes
file for language detection, which is why it's not affecting your results.