class RuboCop::Formatter::JUnitFormatter

def relevant_for_output?(options, target_offenses)

def relevant_for_output?(options, target_offenses)
  !options[:display_only_failed] || target_offenses.any?
end