ryz310/pr_comet

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require:
  - rubocop-performance
  - rubocop-rspec

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.7

Metrics/BlockLength:
  Exclude:
    - "pr_comet.gemspec"
    - "spec/**/*"

RSpec/NestedGroups:
  Max: 4