add way to customize the report contents
Closed this issue · 1 comments
alainravet commented
ex:
- only show the "may be private" (hide the never-called)
- ..
alainravet commented
status: by default, only the good candidates are show.
We can force the display of the 2 other sections with
$ export PP_OPTIONS="--show-bad-candidates --show-never-called"
$ bundle exec ruby -Ilib doc/fixtures/complex.rb
or
$ PP_OPTIONS="--show-bad-candidates --show-never-called" bundle exec ruby -Ilib doc/fixtures/complex.rb
This is good enough for now
Closing