Sha256: 0a4b7af962450a22afc116e92bdd57c0f71d37c17959b4d4a31b7260d39a7d17

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.1
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.7.2 default.yml