MaximeD/gem_updater

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
require: rubocop-performance

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

Gemspec/DevelopmentDependencies:
  Enabled: false

Layout/LineLength:
  Max: 100

Metrics/BlockLength:
  AllowedMethods: ['describe', 'context']