cookbook-openstack-ops-data.../.rubocop.yml

32 lines
417 B
YAML

AllCops:
Include:
- metadata.rb
- Gemfile
- attributes/**
- libraries/**
- providers/**
- recipes/**
- resources/**
- spec/**
Exclude:
- .cookbooks/**/*
- berks-cookbooks/**/*
- .bundle/**/*
Encoding:
Exclude:
- metadata.rb
- Gemfile
NumericLiterals:
Enabled: false
StringLiterals:
Enabled: false
LineLength:
Enabled: false
WordArray:
MinSize: 3