valid_with_type?

in lib/cc/analyzer/engine_output.rb [52:57]


      def valid_with_type?(type)
        parsed_output &&
          parsed_output["type"].present? &&
          parsed_output["type"].downcase == type
      end