codus/codelog

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml

Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/LineLength:
  Max: 100
  IgnoredPatterns: ['\A#']

Style/WordArray:
  EnforcedStyle: brackets

Style/GuardClause:
  Enabled: false

AllCops:
  Exclude:
    - codelog.gemspec
    - 'bin/**/*'
    - 'spec/**/*'