cookbook-openstack-common/.rubocop_todo.yml

52 lines
1.4 KiB
YAML

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-02-23 16:58:23 +0100 using RuboCop version 0.39.0.
# 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: 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'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
Exclude:
- 'libraries/parse.rb'
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to
Style/SymbolProc:
Exclude:
- 'libraries/parse.rb'