Sha256: 115cd04d8a96a7d5a690b6b72cbf4411630aa5987da8999d0da0de40061370fc

Contents?: true

Size: 548 Bytes

Versions: 69

Compression:

Stored size: 548 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Cop
    module RSpec
      # Helps check offenses with variable definitions
      module Variable
        extend RuboCop::NodePattern::Macros

        Subjects = RuboCop::RSpec::Language::Subjects
        Helpers = RuboCop::RSpec::Language::Helpers

        # @!method variable_definition?(node)
        def_node_matcher :variable_definition?, <<~PATTERN
          (send nil? {#Subjects.all #Helpers.all}
            $({sym str dsym dstr} ...) ...)
        PATTERN
      end
    end
  end
end

Version data entries

69 entries across 63 versions & 7 rubygems

Version Path
rubocop-rspec-2.27.0 lib/rubocop/cop/rspec/mixin/variable.rb
mlh-rubocop-config-1.0.3 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-2.26.1/lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.26.1 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.26.0 lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-rspec-2.9.0/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-rspec-2.22.0/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-rspec-2.13.1/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-rspec-2.12.1/lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.25.0 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.24.1 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.24.0 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.23.2 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.23.1 lib/rubocop/cop/rspec/mixin/variable.rb
rubocop-rspec-2.23.0 lib/rubocop/cop/rspec/mixin/variable.rb
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-2.22.0/lib/rubocop/cop/rspec/mixin/variable.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/rubocop-rspec-2.22.0/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-rspec-2.13.1/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-rspec-2.12.1/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-rspec-2.9.0/lib/rubocop/cop/rspec/mixin/variable.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-rspec-2.22.0/lib/rubocop/cop/rspec/mixin/variable.rb