audit icon indicating copy to clipboard operation
audit copied to clipboard

`raise_if_unreachable` config flag appears to be unused

Open phiggins opened this issue 5 years ago • 0 comments

There is a config flag raise_if_unreachable defined in the attributes file: https://github.com/chef-cookbooks/audit/blob/master/attributes/default.rb#L52

The only other reference to that string I can find is this instance variable reference: https://github.com/chef-cookbooks/audit/blob/master/libraries/helper.rb#L64

That instance variable is not set any where so that config option appears to not have any effect.

phiggins avatar Nov 19 '20 00:11 phiggins