troeger / fuzzed

The Open Reliability Editor (ORE) for dependability modeling and analysis.
https://live.ore-project.org
20 stars 9 forks source link

Fix GitHub language statistics #82

Open troeger opened 9 years ago

troeger commented 9 years ago

Currently, our project is marked as JavaScript project, because of the large amount of third party code in this language.

Since GitHub intentionally does not support repo-specific exclusion lists, we could adopt our third-party code directory names according to their blacklist:

https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml

rakhimov commented 6 years ago

Separating the third-party code (dependencies) into git submodules can help.