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 a9c0c4e commit e872845Copy full SHA for e872845
.rubocop.yml
@@ -18,6 +18,9 @@ Metrics:
18
RSpec/ExampleLength:
19
Enabled: false
20
21
+RSpec/LeakyLocalVariable:
22
+ Enabled: false
23
+
24
RSpec/MultipleExpectations:
25
26
Gemfile
@@ -10,5 +10,5 @@ group :development do
10
gem 'rubocop', '~> 1.81.0'
11
gem 'rubocop-performance', '~> 1.26.0'
12
gem 'rubocop-rake', '~> 0.7.1'
13
- gem 'rubocop-rspec', '~> 3.7.0'
+ gem 'rubocop-rspec', '~> 3.8.0'
14
end
0 commit comments