rafasoares/human_enum

View on GitHub
.rubocop.yml

Summary

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

Metrics/BlockLength:
  Exclude:
    - "Rakefile"
    - "Guardfile"
    - "**/*.gemspec"
    - "spec/**/*.rb"

Rails/ApplicationRecord:
  Exclude:
    - "spec/**/*.rb"