cookbook-openstackclient/.rubocop_todo.yml

21 lines
742 B
YAML

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-08-29 21:29:34 +0200 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: 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'