Showing 12 of 12 total issues
Block has too many lines. [32/25] Open
Gem::Specification.new do |spec| spec.name = 'fog-azure-rm' spec.version = Fog::AzureRM::VERSION spec.authors = ['Shaffan Chaudhry', 'Samawia Moin', 'Adnan Khalil', 'Zeeshan Arshad', 'Haider Ali', 'Waqar Haider', 'Bilal Naeem', 'Muhammad Asad', 'Azeem Sajid', 'Maham Nazir', 'Abbas Sheikh'] spec.summary = "Module for the 'fog' gem to support Azure Resource Manager cloud services."
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_key_vault
should appear before azure_mgmt_sql
. Open
spec.add_dependency 'azure_mgmt_key_vault', '~> 0.9.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency mime-types
should appear before vhd
. Open
spec.add_dependency 'mime-types', '~> 3.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency minitest
should appear before rake
. Open
spec.add_development_dependency 'minitest', '~> 5.8.4'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure-storage
should appear before azure_mgmt_key_vault
. Open
spec.add_dependency 'azure-storage', '= 0.11.5.preview'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_compute
should appear before fog-json
. Open
spec.add_dependency 'azure_mgmt_compute', '~> 0.9.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency codeclimate-test-reporter
should appear before simplecov
. Open
spec.add_development_dependency 'codeclimate-test-reporter' , '~> 1.0.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_dns
should appear before azure_mgmt_network
. Open
spec.add_dependency 'azure_mgmt_dns', '~> 0.9.0'
- Read upRead up
- Exclude checks
required_ruby_version
(2.0, declared in fog-azure-rm.gemspec) and TargetRubyVersion
(2.1, declared in .rubocop.yml) should be equal. Open
spec.required_ruby_version = '>= 2.0.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_network
should appear before azure_mgmt_storage
. Open
spec.add_dependency 'azure_mgmt_network', '~> 0.9.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_sql
should appear before azure_mgmt_traffic_manager
. Open
spec.add_dependency 'azure_mgmt_sql', '~> 0.9.0'
- Read upRead up
- Exclude checks
Space found before comma. Open
spec.add_development_dependency 'codeclimate-test-reporter' , '~> 1.0.0'
- Read upRead up
- Exclude checks