DannyBen/super_docopt

View on GitHub
.rubocop.yml

Summary

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

inherit_gem:
  rentacop:
    - rentacop.yml
    - rspec.yml

AllCops:
  TargetRubyVersion: 3.0
  Exclude:
    - 'dev/**/*'

# Allow irregular filename here
Naming/FileName:
  Exclude:
    - 'examples/full-documented.rb'