cookbook-openstack-integrat.../.rubocop.yml
Mark Vanderwiel d081433097 Initial kilo updates
Change-Id: I16d6bd914040eeaa8e081140e223b4e9b1869fcc
Partial-Bug: #1426424
2015-02-27 14:32:39 -06:00

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