flecto-io/hashy-validator

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_gem:
  rubocop-shopify: rubocop.yml

AllCops:
  Include:
    - Rakefile
    - Gemfile
    - 'lib/**/*.rb'
  Exclude:
    - hashy_validator.gemspec
    - vendor/**/*
    - Rakefile.rb

Metrics/MethodLength:
  Enabled: false

Style/ClassMethodsDefinitions:
  Enabled: false