cookbook-openstackclient/.rubocop_todo.yml

56 lines
1.9 KiB
YAML

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-05-28 09:02:57 -0700 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 20
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 196
# Offense count: 28
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 100
# Offense count: 7
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'libraries/openstack_base.rb'
- 'libraries/openstack_domain.rb'
- 'libraries/openstack_endpoint.rb'
- 'libraries/openstack_project.rb'
- 'libraries/openstack_role.rb'
- 'libraries/openstack_service.rb'
- 'libraries/openstack_user.rb'
# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Exclude:
- 'Rakefile'
- 'metadata.rb'
- 'spec/cookbooks/openstackclient_test/recipes/endpoint.rb'
- 'spec/endpoint_spec.rb'
# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStylesForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInLiteral:
Exclude:
- 'spec/cookbooks/openstackclient_test/recipes/domain.rb'
- 'spec/cookbooks/openstackclient_test/recipes/endpoint.rb'
- 'spec/cookbooks/openstackclient_test/recipes/project.rb'
- 'spec/cookbooks/openstackclient_test/recipes/role.rb'
- 'spec/cookbooks/openstackclient_test/recipes/service.rb'
- 'spec/cookbooks/openstackclient_test/recipes/user.rb'
- 'spec/spec_helper.rb'