simple-oauth2/simple_oauth2

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
Style/FrozenStringLiteralComment:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: single_quotes
Metrics/MethodLength:
  Max: 15
Metrics/LineLength:
  Max: 120
Style/Lambda:
  Enabled: false
Style/DotPosition:
  Enabled: false