5a07ed0d6d
Depends-On: I75d827d383f701da8650cd0e9d1f2501e22cf6a2 Change-Id: I6fc0f0f2c1814e5e617acbde1cc76fc43f8aaebb
31 lines
416 B
YAML
31 lines
416 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
Include:
|
|
- metadata.rb
|
|
- Gemfile
|
|
- attributes/**
|
|
- libraries/**
|
|
- providers/**
|
|
- recipes/**
|
|
- resources/**
|
|
- spec/**
|
|
Exclude:
|
|
- .cookbooks/**/*
|
|
- berks-cookbooks/**/*
|
|
- .bundle/**/*
|
|
|
|
Encoding:
|
|
Exclude:
|
|
- metadata.rb
|
|
- Gemfile
|
|
|
|
NumericLiterals:
|
|
Enabled: false
|
|
|
|
LineLength:
|
|
Enabled: false
|
|
|
|
WordArray:
|
|
MinSize: 3
|