openstack-chef-repo/.rubocop.yml

14 lines
219 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
Include:
- '**/*.rb'
- '**/Gemfile'
- environments/**/*.rb
- roles/**/*.rb
- .chef/**/*.rb
Exclude:
- cookbooks/**/*
- vms/**/*
- nodes/**/*