Looking at the language analysis for my project (https://www.ohloh.net/p/WarFoundry/analyses/latest) I've got a line saying "zero lines of C code". Digging around it turns out I had one rogue C file in my C# project for a few revisions and then deleted it, but because I once had C in my project it now lists C as a language I "use" in the project.
As a suggestion, would it be possible to filter out zero line languages? I can see that there might be intermediary stages where a commit removes all code of a given language and a later one adds some more, but that still leaves a point where no actual code for the language exists.
Thanks.