etscrivner/rbsecp256k1

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/LineLength:
  Max: 250

Metrics/MethodLength:
  Max: 50

Metrics/BlockLength:
  Max: 1000

Metrics/AbcSize:
  Max: 20

Naming/MethodParameterName:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false