.rubocop.yml in grape-pagy-0.3.0 vs .rubocop.yml in grape-pagy-0.3.1
- old
+ new
@@ -1,8 +1,12 @@
-inherit_from:
- - https://gitlab.com/bsm/misc/raw/master/rubocop/default.yml
+inherit_gem:
+ rubocop-bsm:
+ - default.yml
+inherit_mode:
+ merge:
+ - Exclude
AllCops:
- TargetRubyVersion: "2.5"
+ TargetRubyVersion: "2.6"
Naming/FileName:
Exclude: ["lib/grape-pagy.rb"]