cookbook-openstack-common/.rubocop_todo.yml

41 lines
1.1 KiB
YAML

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-08-01 09:24:32 -0400 using RuboCop version 0.47.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: 2
Lint/NestedMethodDefinition:
Exclude:
- 'libraries/matchers.rb'
# Offense count: 11
Metrics/AbcSize:
Max: 39
# Offense count: 45
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 203
# Offense count: 1
Metrics/PerceivedComplexity:
Max: 13
# Offense count: 9
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'libraries/cli.rb'
- 'libraries/config_helpers.rb'
- 'libraries/endpoints.rb'
- 'libraries/network.rb'
- 'libraries/parse.rb'
- 'libraries/passwords.rb'
- 'libraries/search.rb'
- 'libraries/uri.rb'
- 'libraries/wrappers.rb'