mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
39fd3fa354
* Make GitHub capitalization consistent within code We now never capitalize the H in GitHub within variable or function names. We still capitalize it in comments or user facing strings. Test plan: Unit tests, the fetchGithubRepoTest.sh, and `git grep itHub` only shows comment lines and print statements. * Fix William's klaxon