class RuboCop::CommentConfig

def cop_opted_in?(cop)

def cop_opted_in?(cop)
  opt_in_cops.include?(cop.cop_name)
end