We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b29b67 + 34b605c commit 96b81c0Copy full SHA for 96b81c0
.rubocop.yml
@@ -171,3 +171,10 @@ Style/HashTransformValues:
171
# Enforce LF line endings, even when on Windows
172
Layout/EndOfLine:
173
EnforcedStyle: lf
174
+
175
+# new as of rubocop 0.81
176
+Lint/RaiseException:
177
+ Enabled: true
178
179
+Lint/StructNewOverride:
180
Gemfile
@@ -9,7 +9,7 @@ group :development do
9
gem 'rake', '~> 12.0'
10
gem 'rspec', '~> 3.0'
11
if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')
12
- gem 'rubocop', '~> 0.68'
+ gem 'rubocop', ['~> 0.68', '< 0.82.0']
13
gem 'rubocop-rspec', '~> 1.38'
14
15
gem 'codecov', '~> 0.1'
0 commit comments