Skip to content

Commit

Permalink
Merge 0f35cb7 into 8a2e318
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 27, 2020
2 parents 8a2e318 + 0f35cb7 commit d42616b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ Style/HashTransformKeys:

Style/HashTransformValues:
Enabled: true

Lint/RaiseException:
Enabled: true

Lint/StructNewOverride:
Enabled: true
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development do
end

group :test, :development do
gem 'rubocop', require: false
gem 'rubocop', '0.81.0', require: false # This version supports Ruby 2.3
end

group :guard do
Expand Down

0 comments on commit d42616b

Please sign in to comment.