.rubocop.yml in pg_objects-0.5.13 vs .rubocop.yml in pg_objects-1.0.0
- old
+ new
@@ -1,14 +1,15 @@
# softened a bit with http://relaxed.ruby.style/rubocop.yml
require:
+ - rubocop-rake
- rubocop-rspec
inherit_from: .rubocop_todo.yml
AllCops:
# EnabledByDefault: true
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.7
# Cop names are not d§splayed in offense messages by default. Change behavior
# by overriding DisplayCopNames, or by giving the -D/--display-cop-names
# option.
DisplayCopNames: true
# Style guide URLs are not displayed in offense messages by default. Change