troeger / fuzzed

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

Fix GitHub language statistics #82

Open troeger opened 10 years ago

troeger commented 10 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 7 years ago

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