main-branch/simplecov-rspec

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_gem:
  main_branch_shared_rubocop_config: config/rubocop.yml

AllCops:
  # RuboCop enforces rules depending on the oldest version of Ruby which
  # your project supports:
  TargetRubyVersion: 3.1

Style/StderrPuts:
  Enabled: false

Naming/FileName:
  Exclude: ['lib/simplecov-rspec.rb', 'spec/simplecov-rspec_spec.rb']