Sha256: 385496aec0ec92c444173ab0dd064df356096a5a0eb0422ae5fbbeac72c4b826

Contents?: true

Size: 382 Bytes

Versions: 106

Compression:

Stored size: 382 Bytes

Contents

module Standard
  module Plugin
    class CreatesRunnerContext
      def call(standard_config)
        LintRoller::Context.new(
          runner: :standard,
          runner_version: Standard::VERSION,
          engine: :rubocop,
          engine_version: RuboCop::Version.version,
          target_ruby_version: standard_config[:ruby_version]
        )
      end
    end
  end
end

Version data entries

106 entries across 106 versions & 3 rubygems

Version Path
standard-1.28.5 lib/standard/plugin/creates_runner_context.rb
standard-1.28.4 lib/standard/plugin/creates_runner_context.rb
standard-1.28.3 lib/standard/plugin/creates_runner_context.rb
standard-1.28.2 lib/standard/plugin/creates_runner_context.rb
standard-1.28.1 lib/standard/plugin/creates_runner_context.rb
standard-1.28.0 lib/standard/plugin/creates_runner_context.rb