class RuboCop::Cop::Style::DisableCopsWithinSourceCodeDirective

def allowed_cops

def allowed_cops
  Array(cop_config['AllowedCops'])
end