dmlc / dmlc-core

A common bricks library for building scalable and portable distributed machine learning.
Apache License 2.0
864 stars 519 forks source link

Add --quiet to suppress cpplint messages, fix ordering of command-line opts #664

Closed areusch closed 2 years ago

areusch commented 2 years ago

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.

cc @tqchen