stevenhaddox/dnc

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
  - 'dnc.gemspec'
  - 'lib/dnc/version.rb'
  - 'lib/blank.rb'
  - 'spec/**/*'
  - 'vendor/cache/**/*'
  - 'vendor/bundle/**/*'
  - '**/gems/**/*'