Skip to content

Commit 2136a4d

Browse files
authored
Merge pull request #159 from bastelfreak/vr51
voxpupuli-rubocop: Update 4.1.0->5.1.0
2 parents 43abd85 + 1a12217 commit 2136a4d

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
inherit_from: .rubocop_todo.yml
33
inherit_gem:
44
voxpupuli-rubocop: rubocop.yml
5-
6-
AllCops:
7-
TargetRubyVersion: 3.2

.rubocop_todo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
3-
# using RuboCop version 1.75.8.
3+
# using RuboCop version 1.81.7.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -45,6 +45,11 @@ RSpec/DescribeClass:
4545
- '**/spec/views/**/*'
4646
- 'spec/acceptance/example_spec.rb'
4747

48+
# Offense count: 1
49+
RSpec/LeakyLocalVariable:
50+
Exclude:
51+
- 'spec/acceptance/example_spec.rb'
52+
4853
# Offense count: 5
4954
# Configuration parameters: AllowedPatterns.
5055
# AllowedPatterns: ^expect_, ^assert_

beaker-rspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_development_dependency 'fakefs', '>= 0.6', '< 4'
2424
s.add_development_dependency 'minitest', '>= 5.4', '< 7'
2525
s.add_development_dependency 'rake', '~> 13.0'
26-
s.add_development_dependency 'voxpupuli-rubocop', '~> 4.1.0'
26+
s.add_development_dependency 'voxpupuli-rubocop', '~> 5.1.0'
2727

2828
# Run time dependencies
2929
s.add_dependency 'beaker', '>= 4.0', '< 8'

0 commit comments

Comments
 (0)