We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188eaf6 commit e37a8deCopy full SHA for e37a8de
.rubocop.yml
@@ -9,6 +9,3 @@ inherit_gem:
9
Naming/FileName:
10
Exclude:
11
- "*.gemspec"
12
-
13
-AllCops:
14
- TargetRubyVersion: 3.2
Gemfile
@@ -14,5 +14,5 @@ group :development do
gem 'rspec', '~> 3.12'
15
gem 'rspec-collection_matchers', '~> 1.2'
16
gem 'rspec-its', '>= 1.3', '< 3'
17
- gem 'voxpupuli-rubocop', '~> 4.2.0'
+ gem 'voxpupuli-rubocop', '~> 5.0.0'
18
end
0 commit comments