.rubocop.yml in rancher-api-beta-0.8.0.pre.beta vs .rubocop.yml in rancher-api-beta-0.8.1
- old
+ new
@@ -1,9 +1,11 @@
AllCops:
TargetRubyVersion: 2.4
Exclude:
- '*.gemspec'
- 'Gemfile*'
+ - 'vagrant-rancher/**/*'
+ - 'lib/rancher/api_discovery.rb'
Metrics/AbcSize:
Max: 23
Metrics/BlockLength: