arangamani/chef-taste

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Excludes:
    - vendor/**
    - test/**
Documentation:
  Enabled: false
SignalException:
  EnforcedStyle: only_raise
Encoding:
  Enabled: false
LineLength:
  Max: 120
MethodLength:
  Max: 20