.rubocop.yml in pricehubble-1.1.0 vs .rubocop.yml in pricehubble-1.2.0

- old
+ new

@@ -10,11 +10,11 @@ AllCops: NewCops: enable SuggestExtensions: false DisplayCopNames: true - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 TargetRailsVersion: 5.2 Exclude: - bin/**/* - vendor/**/* - build/**/* @@ -26,12 +26,12 @@ - '*.gemspec' - spec/**/*.rb - '**/*.rake' - doc/**/*.rb # Concerns and middlewares contain by nature long blocks - - lib/pricehubble/entity/concern/**/*.rb - - lib/pricehubble/client/request/**/*.rb - - lib/pricehubble/client/response/**/*.rb + - lib/price*hubble/entity/concern/**/*.rb + - lib/price*hubble/client/request/**/*.rb + - lib/price*hubble/client/response/**/*.rb # Our examples use +pp+ a lot Lint/Debugger: Exclude: - doc/examples/**/*.rb