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)
commit98d5a06bc735648e7870b31907c3fb69d1b1a838
treec436be174704b53d55a540304ea94fcc974643f1
parent1562eb38287982604a6102497fd7259d91d592dd
parent55910ee3f1a19af8c5a6e2290d7034e802d05f91
Merge: Fix nitpick return value

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>