cookbook-openstack-common/.rubocop.yml

34 lines
461 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
MethodLength:
Max: 16