Sha256: 1f28f074c546bd2b9986ca7bd2b99085b587dd026d31e8e094ea52d59d81ffc9

Contents?: true

Size: 554 Bytes

Versions: 12

Compression:

Stored size: 554 Bytes

Contents

# encoding: utf-8

module Hexx

  module Suit

    # Contains metric configurators
    #
    # Any configurator loads metric settings from a corresponding yaml,
    # sets necessary environments via {.load} method,
    # and then runs the metric via {.run} method.
    #
    # Configurators loads their own dependencies in a corresponding constructor.
    module Metrics

      require_relative "metrics/metric_fu"
      require_relative "metrics/rubocop.rb"
      require_relative "metrics/yardstick.rb"

    end

  end # module Suit

end # mdoule Hexx

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 lib/hexx/suit/metrics.rb
hexx-suit-2.3.0 lib/hexx/suit/metrics.rb
hexx-suit-2.2.3 lib/hexx/suit/metrics.rb
hexx-suit-2.2.2 lib/hexx/suit/metrics.rb
hexx-suit-2.2.1 lib/hexx/suit/metrics.rb
hexx-suit-2.2.0 lib/hexx/suit/metrics.rb
hexx-suit-2.1.0 lib/hexx/suit/metrics.rb
hexx-suit-2.0.0 lib/hexx/suit/metrics.rb
hexx-suit-1.5.0-x86_64-linux lib/hexx/suit/metrics.rb
hexx-suit-1.3.0-x86_64-linux lib/hexx/suit/metrics.rb
hexx-suit-1.2.0 lib/hexx/suit/metrics.rb
hexx-suit-1.0.0 lib/hexx/suit/metrics.rb