zuazo/opendkim-cookbook

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
  - .kitchen
  - vendor/**/*
  Include:
  - files/*/*.rb
  - '**/*.rb.erb'
Metrics/BlockLength:
  Exclude:
  - test/unit/**/*_spec.rb
  - test/integration/**/*_spec.rb
  - Guardfile
  - Rakefile
  - Vagrantfile
Style/FileName:
  Exclude:
  - Berksfile
  - '**/Gemfile'
  - Guardfile
  - Rakefile
  - Vagrantfile