Programatica/cow_proxy

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  TargetRubyVersion: 2.3

Lint/UnifiedInteger:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 7

Metrics/LineLength:
  Max: 100
  IgnoreCopDirectives: true

Style/FrozenStringLiteralComment:
  Enabled: false