.rubocop.yml in gitlab-fog-azure-rm-2.0.0 vs .rubocop.yml in gitlab-fog-azure-rm-2.0.1

- old
+ new

@@ -1,5 +1,8 @@ inherit_from: .rubocop_todo.yml AllCops: NewCops: enable TargetRubyVersion: 2.7 + Exclude: + - 'lib/azure/**/*' + - 'vendor/**/*'