cookbook-openstack-orchestr.../.rubocop.yml

17 lines
237 B
YAML

AllCops:
Includes:
- metadata.rb
- Gemfile
- attributes/**
Excludes:
- recipes/**
- spec/**
# ignore long lines
LineLength:
Enabled: false
# Allow small arrays before forcing %w or %W
WordArray:
MinSize: 3