Merge: Add quality metrics to the nit catalog
authorJean Privat <jean@pryen.org>
Tue, 17 May 2016 01:22:52 +0000 (21:22 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 May 2016 01:22:52 +0000 (21:22 -0400)
commit17c1c37d23195b7663943993887560df58541897
tree96457049bfe3382981a677e9df24ac5287eb596a
parent77f058526bd7daba18af2df4b7c87aa173ce088f
parentfeb2bfd857eed2e5dbed55d90292cdbdd0b23cce
Merge: Add quality metrics to the nit catalog

Three new metrics:

* number of errors (boo)
* number of warnings (and advices)
* percentage of documentation (with ponderation)

The 3 firsts commits was to make errors&warnings accessible without printing them.

Pull-Request: #2081
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>