# File lib/code_analyzer/checking_visitor/base.rb, line 11
    def warnings
      @warnings ||= @checkers.map(&:warnings).flatten
    end