class RuboCop::Cop::Badge

def initialize(department, cop_name)

def initialize(department, cop_name)
  @department = department.to_sym if department
  @cop_name   = cop_name
end