class RuboCop::Cop::Commissioner

def reset_errors

def reset_errors
  @errors = Hash.new { |hash, k| hash[k] = [] }
end