class RuboCop::Cop::Lint::AmbiguousRegexpLiteral

def relevant_diagnostic?(diagnostic)

def relevant_diagnostic?(diagnostic)
  diagnostic.reason == :ambiguous_literal
end