yegor256/jekyll-bits

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  DisplayCopNames: true

Style/FileName:
  Enabled: false
Metrics/MethodLength:
  Max: 50
Metrics/BlockLength:
  Max: 50
Style/ConditionalAssignment:
  Enabled: false
Style/ClassVars:
  Enabled: false
Metrics/PerceivedComplexity:
  Max: 20
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/AbcSize:
  Max: 60