andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Get CLOC to count all of the source code languages we consider to be source code #166

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Our release_filepaths sloc counts have a ton of nulls because we don't currently count SLOC for every language we consider to be source code. Let's try to get CLOC to count the source lines of code for all of those extensions.

Once we decide on what is source code and what isn't in #114, this might need updating so don't this one until that one is closed. For now, it looks likely that the list in #114 is the list.

andymeneely commented 10 years ago

LGTM