Sha256: 81135555a6d40176e573896f521b5d1a40891bedf495546a7cc1e27ef02b6b7f

Contents?: true

Size: 742 Bytes

Versions: 4

Compression:

Stored size: 742 Bytes

Contents

AllCops:
  Exclude:
    - "**/*/schema.rb"
    - Gemfile.lock
    - node_modules/**/*
    - tmp/**/*
    - vendor/**/*
  NewCops: enable
  TargetRubyVersion: 2.7
Layout/LineLength:
  Exclude:
    - config/routes.rb
  Max: 120
Metrics/AbcSize:
  Exclude:
    - db/migrate/**/*
Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - Gemfile
    - config/routes.rb
    - config/routes/*
    - 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

4 entries across 4 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-8.6.0 default.yml
boxt_ruby_style_guide-8.5.1 default.yml
boxt_ruby_style_guide-8.5.0 default.yml
boxt_ruby_style_guide-8.4.1 default.yml