Sha256: 7de7718d04bfdcad3efb1d8bb2626887284b1dce2c0c9562b69884e82e6e14d8

Contents?: true

Size: 481 Bytes

Versions: 86

Compression:

Stored size: 481 Bytes

Contents

# frozen_string_literal: true

require 'rubocop'

require_relative 'rubocop/performance'
require_relative 'rubocop/performance/version'
require_relative 'rubocop/performance/inject'

RuboCop::Performance::Inject.defaults!

require_relative 'rubocop/cop/performance_cops'

RuboCop::Cop::Lint::UnusedMethodArgument.singleton_class.prepend(
  Module.new do
    def autocorrect_incompatible_with
      super.push(RuboCop::Cop::Performance::BlockGivenWithExplicitBlock)
    end
  end
)

Version data entries

86 entries across 86 versions & 6 rubygems

Version Path
harbr-0.1.60 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.59 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.58 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.57 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.56 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.55 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.54 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.53 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.52 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.50 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.49 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.48 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.47 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.46 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.45 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.44 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.43 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.42 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.41 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb
harbr-0.1.39 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.19.1/lib/rubocop-performance.rb