This PR allows uses to run cpplint in quiet mode to suppress excessive
Done processing ...
lines in the output. It also fixes the ordering of options passed to cpplint; with cpplint 1.5.5, the getopt parser considers these filenames when longopts are passed after positional args.
This PR allows uses to run cpplint in quiet mode to suppress excessive
lines in the output. It also fixes the ordering of options passed to cpplint; with cpplint 1.5.5, the
getopt
parser considers these filenames when longopts are passed after positional args.cc @tqchen