5ce5e04f51
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, Strainerfile Fixed style errors. Added empty unit test so chef-unit passes until we get real unit tests Change-Id: I75a9449a28cfc294eacbdc0003a8b7de2613290e
25 lines
305 B
YAML
25 lines
305 B
YAML
AllCops:
|
|
Includes:
|
|
- metadata.rb
|
|
- Gemfile
|
|
- attributes/**
|
|
- libraries/**
|
|
- providers/**
|
|
- recipes/**
|
|
- resources/**
|
|
- spec/**
|
|
|
|
Encoding:
|
|
Exclude:
|
|
- metadata.rb
|
|
- Gemfile
|
|
|
|
NumericLiterals:
|
|
Enabled: false
|
|
|
|
LineLength:
|
|
Enabled: false
|
|
|
|
WordArray:
|
|
MinSize: 3
|