.rubocop.yml in gitlab-fog-azure-rm-2.1.0 vs .rubocop.yml in gitlab-fog-azure-rm-2.2.0
- old
+ new
@@ -4,5 +4,9 @@
NewCops: enable
TargetRubyVersion: 2.7
Exclude:
- 'lib/azure/**/*'
- 'vendor/**/*'
+
+Style/Documentation:
+ Exclude:
+ - 'test/**/*'