fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/resources/delete_deployment.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
46%

Unnecessary spacing detected.
Open

          rescue  MsRestAzure::AzureOperationError => e

This cop checks for extra/unnecessary whitespace.

Example:

# good if AllowForAlignment is true
name      = "RuboCop"
# Some comment and an empty line

website  += "/bbatsov/rubocop" unless cond
puts        "rubocop"          if     debug

# bad for any configuration
set_app("RuboCop")
website  = "https://github.com/bbatsov/rubocop"

There are no issues that match your filters.

Category
Status