# File lib/puppet-lint.rb, line 20
  def initialize
    @data = nil
    @errors = 0
    @warnings = 0
  end