File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22inherit_from : .rubocop_todo.yml
33inherit_gem :
44 voxpupuli-rubocop : rubocop.yml
5-
6- AllCops :
7- TargetRubyVersion : 3.2
Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments