tools: reduce verbosity of cpplint
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Sun, 6 Mar 2016 14:05:42 +0000 (19:35 +0530)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:02 +0000 (13:07 -0700)
commitdeec8bc5f5c2072ba576f017e680fdec2e35931a
tree0b7bd736d1e53817f8a0f4399280fc219095b91d
parent1faea43c403f08468475b29792b6b7d9b87c3679
tools: reduce verbosity of cpplint

Every time `make test` is run, the cpplint prints the file it
successfully linted. None of the other linters in the project does
that. This patch simply removes the "Done processing" message from the
cpplint.

PR-URL: https://github.com/nodejs/node/pull/5578
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
tools/cpplint.py