Xzanth/pugbot

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/MethodLength:
  Max: 20

Metrics/ClassLength:
  Max: 300

Metrics/AbcSize:
  Max: 20

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/GlobalVars:
  AllowedVariables: ['$timers', '$slack_client']

Style/AndOr:
  EnforcedStyle: conditionals