forked from google/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpplint: add --quiet flag to suppress all output when there's no errors
Example: cpplint.py --quiet <file-names> Will now return with an exit code of 0 and return empty output if there were no errors. This makes it particularly useful to be driven by a build system such as makefiles or gradle. In particular, these messages are now suppressed: Ignoring <filename>, excluded by CPPLINT.cfg, ... Done processing <filename> Total errors found: 0 If there were any errors, the above messages are printed nevertheless. There is no behavior change if --quiet is not passed in.
- Loading branch information
Showing
2 changed files
with
114 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters