cookbook-monasca-agent/.rubocop.yml
Craig Bryant f7fe1e5744 Get initial build to work.
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, Strainerfile

Fixed style and lint errors.

Added empty unit test so chef-unit passes until we get real unit tests

Change-Id: I8f2e48782a5289c82b0d4fc147d95f637be046c6
2014-07-16 18:16:19 -06:00

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