Remove zero LOC languages from list?

Avatar

IBBoard

5 months ago

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.


Avatar

Robin Luckey

5 months ago

Hi IBBoard,

This is a reasonable, easy recommendation, and one that we've heard before, so I went ahead and made the change.

Thanks for the idea, Robin


Avatar

IBBoard

5 months ago

I thought it'd be quite a simple one. Thanks for making the change :) Now I just need to wait for Ohloh to do a code update so that it'll realise I got rid of all of those XML lines to show me a real count of my code numbers :D