centrifugal/centrifuge-ruby

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require:
  - rubocop-rspec
  - rubocop-rake
AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable
RSpec/ExampleLength:
  Max: 15
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Gemspec/RequireMFA:
  Enabled: false