Sha256: 20b0866eaaf00cb4bbd844025c16582271e83f7df65075bf30f80986ab0ded4d

Contents?: true

Size: 712 Bytes

Versions: 1

Compression:

Stored size: 712 Bytes

Contents

AllCops:
  Exclude:
    - '**/*/schema.rb'
    - 'Gemfile.lock'
    - 'node_modules/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.7.3
Layout/LineLength:
  Exclude:
    - config/routes.rb
  Max: 120
Metrics/AbcSize:
  Exclude:
    - db/migrate/**/*
Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - Gemfile
    - config/routes.rb
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Metrics/ClassLength:
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Metrics/MethodLength:
  Exclude:
    - db/migrate/**/*
    - spec/**/*
    - test/**/*
Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-7.10.0 default.yml