On Sat, 2018-09-08 at 12:54 +0200, Daniel Gruno wrote:
> On 09/05/2018 08:38 PM, Robert Munteanu wrote:
> > Hi,
> > 
> > I'm using the demo Kibble instance to visualise code contributions
> > for
> > the Apache Sling project. One thing I noticed is that Kibble things
> > we're 75% HTML, which is not right - we're a Java project.
> > 
> > I think it's due to the fact that we use gitpubsub and have
> > registered
> > our github.com/apache/sling-site repository with kibble. That
> > repository's master branch holds all the HTML we publish, including
> > lots of Javadocs, Maven plug-in documentation, etc.
> 
> The easiest path would be to simply exclude the sling-site repository
> in 
> your reports. If you're using a quick filter, instead of filtering
> on 
> 'sling', you could do a negative lookahead and filter on 
> 'sling(?!-site)' as the quick filter accepts regular expressions.

Thanks for the suggestestion. I ended up excluding the sling-site
repository completely from the 'Apache Sling' view. It's not ideal as
it does not capture documentation contributions, which are quite
important as well.

It would be great if in the future we would have a more fine-grained
solution.

Thanks,

Robert

Reply via email to