class RuboCop::ConfigObsoletion::CopRule

def warning?

Cop rules currently can only be failures, not warnings
def warning?
  false
end