alegrey91 / harpoon

🔍 Trace syscalls from user-space functions, by using eBPF
Apache License 2.0
78 stars 3 forks source link

Invalid language for project #29

Open ccoVeille opened 1 month ago

ccoVeille commented 1 month ago

When looking for project in GitHub you will see it reports the project is in C, while it's in Go

Screenshot_20240806_183658_GitHub.jpg

You have to use .gitattributes to exclude some folders from language computing

https://github.com/github-linguist/linguist/blob/master/docs%2Foverrides.md

ccoVeille commented 1 month ago

Here are some examples

https://github.com/search?q=path%3A%2F.gitattributes+linguist&type=code

Maybe detectable=false or vendored

alegrey91 commented 1 month ago

thanks for sharing, I'll take a glance asap :)