Sha256: 1dae00f8b7a7e142f2c94e4e0cbb48be6670be801f2db79c0cabba8f39a14cb6

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

require 'colorized_string'

# TODO: test output format

module AxR
  module Formatters
    class Base
      def single_file(_scanner, _file_path)
        raise NotImplementedError
      end

      def summary(_warnings)
        raise NotImplementedError
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
axr-0.8.1 lib/axr/formatters/base.rb
axr-0.8.0 lib/axr/formatters/base.rb
axr-0.7.2 lib/axr/formatters/base.rb
axr-0.7.1 lib/axr/formatters/base.rb
axr-0.6.2 lib/axr/formatters/base.rb
axr-0.6.1 lib/axr/formatters/base.rb
axr-0.6.0 lib/axr/formatters/base.rb
axr-0.5.0 lib/axr/formatters/base.rb