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.44.0 lib/standard/plugin/creates_runner_context.rb
standard-1.43.0 lib/standard/plugin/creates_runner_context.rb
standard-1.42.1 lib/standard/plugin/creates_runner_context.rb
standard-1.42.0 lib/standard/plugin/creates_runner_context.rb
standard-1.41.1 lib/standard/plugin/creates_runner_context.rb
standard-1.41.0 lib/standard/plugin/creates_runner_context.rb
standard-1.40.1 lib/standard/plugin/creates_runner_context.rb
standard-1.40.0 lib/standard/plugin/creates_runner_context.rb
standard-1.39.2 lib/standard/plugin/creates_runner_context.rb
standard-1.39.1 lib/standard/plugin/creates_runner_context.rb
standard-1.39.0 lib/standard/plugin/creates_runner_context.rb
standard-1.38.0 lib/standard/plugin/creates_runner_context.rb
standard-1.37.0 lib/standard/plugin/creates_runner_context.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/standard-1.32.0/lib/standard/plugin/creates_runner_context.rb
standard-1.35.0.1 lib/standard/plugin/creates_runner_context.rb
standard-1.34.0.1 lib/standard/plugin/creates_runner_context.rb
standard-1.35.1 lib/standard/plugin/creates_runner_context.rb
standard-1.35.0 lib/standard/plugin/creates_runner_context.rb
standard-1.34.0 lib/standard/plugin/creates_runner_context.rb
harbr-0.2.10 vendor/bundle/ruby/3.2.0/gems/standard-1.32.0/lib/standard/plugin/creates_runner_context.rb