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