ahmad-elassuty/event_router

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  NewCops: enable

Style/FrozenStringLiteralComment:
  Exclude:
    - spec/**/*
    - bin/**/*

Metrics/BlockLength:
  Exclude:
    - spec/**/*

# [TODO] Turn on documentation rule
Style/Documentation:
  Enabled: false