class Foodcritic::Junit::Outputter

def xml

def xml
  <<-EOS
version="1.0" encoding="UTF-8"?>
uites>
tsuite name=#{cookbook_name.encode(xml: :attr)} timestamp=#{Time.now.utc.iso8601.to_s.encode(xml: :attr)}>
violations_as_xml}
stsuite>
suites>
  EOS
end