Merge: Fix nitpick return value
authorJean Privat <jean@pryen.org>
Wed, 22 Jul 2015 17:37:48 +0000 (13:37 -0400)
committerJean Privat <jean@pryen.org>
Wed, 22 Jul 2015 17:37:48 +0000 (13:37 -0400)
Make that nitpick returns 1 if some errors where detected.
This is more POLA and will helps callers to spot if there was errors in nit files given in arguments.

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


Trivial merge