# File lib/puppet-lint/plugin.rb, line 36
  def run(data)
    test(data)

    {:warnings => @warnings, :errors => @errors}
  end