cookbook-openstack-block-st.../.rubocop.yml

22 lines
270 B
YAML

AllCops:
Includes:
- metadata.rb
- Gemfile
- attributes/**
- libraries/**
- providers/**
- recipes/**
- resources/**
- spec/**
Encoding:
Exclude:
- metadata.rb
- Gemfile
LineLength:
Enabled: false
WordArray:
MinSize: 3