.rubocop.yml in ezclient-1.2.0 vs .rubocop.yml in ezclient-1.3.0

- old
+ new

@@ -1,9 +1,17 @@ inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: DisplayCopNames: true - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.3 + Include: + - bin/console + - Gemfile + - ezclient.gemspec + - Rakefile + - lib/**/* + - spec/**/* + - gemfile/**/* Exclude: - vendor/**/* - gemfiles/**/*