.rubocop_todo.yml in gitlab-fog-azure-rm-0.6.0 vs .rubocop_todo.yml in gitlab-fog-azure-rm-0.7.0
- old
+ new
@@ -41,11 +41,10 @@
# SupportedColonStyles: key, separator, table
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
Layout/HashAlignment:
Exclude:
- 'lib/fog/azurerm/models/storage/file.rb'
- - 'lib/fog/azurerm/requests/storage/create_disk.rb'
- 'test/test_helper.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -225,10 +224,9 @@
# SupportedStyles: implicit, explicit
Style/RescueStandardError:
Exclude:
- 'lib/fog/azurerm/models/storage/files.rb'
- 'lib/fog/azurerm/requests/storage/create_block_blob.rb'
- - 'lib/fog/azurerm/requests/storage/create_disk.rb'
- 'lib/fog/azurerm/requests/storage/multipart_save_block_blob.rb'
- 'lib/fog/azurerm/requests/storage/save_page_blob.rb'
- 'lib/fog/azurerm/requests/storage/wait_blob_copy_operation_to_finish.rb'
- 'test/integration/blob.rb'
- 'test/integration/container.rb'