I'd like rubocop but have it create no output if there are no offenses. I've played with the documented command line options, and taken a quick peek a the config option and source code without seeing anything promising.
The closest I've come is rubocop -f o
, but even that produces a summary line:
$ rubocop -f o
--
0 Total
Any ideas on how to suppress output on a clean, successful run?