class RuboCop::Cop::Style::DisableCopsWithinSourceCodeDirective

def any_cops_allowed?

def any_cops_allowed?
  allowed_cops.any?
end