Sha256: 5ec90ee32f99dace5235ef31103a731a26abe1054071f9b02c84e20e8c36c21c

Contents?: true

Size: 712 Bytes

Versions: 6

Compression:

Stored size: 712 Bytes

Contents

AllCops:
  Exclude:
    - "**/*/schema.rb"
    - "Gemfile.lock"
    - "node_modules/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
  TargetRubyVersion: 2.7.2
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

6 entries across 6 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-7.9.3 default.yml
boxt_ruby_style_guide-7.9.2 default.yml
boxt_ruby_style_guide-7.9.1 default.yml
boxt_ruby_style_guide-7.9.0 default.yml
boxt_ruby_style_guide-7.8.0 default.yml
boxt_ruby_style_guide-7.7.3 default.yml