Method: PreCommit::ListEvaluator#warnings_evaluated

Defined in:
lib/pre-commit/list_evaluator.rb

#warnings_evaluated(type = :evaluated_names) ⇒ Object



49
50
51
52
53
# File 'lib/pre-commit/list_evaluator.rb', line 49

def warnings_evaluated(type = :evaluated_names)
  PreCommit::PluginsList.new(get_combined_warnings, get_arr_warnings_remove) do |name|
    config.pluginator.find_check(name)
  end.send(type)
end