spheromak/services

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - Gemfile
    - lib/**/*
  Exclude:
    - test/**/*
    - vendor/**/*
    - spec/**/*

Encoding:
  Enabled: false

LineLength:
  Max: 100

Metrics/AbcSize:
  Max: 25