Sha256: 3c482fd6cd4bbffb2a80898e619d325cbe47eb851ee8df3cf2e58b5814f14119

Contents?: true

Size: 704 Bytes

Versions: 6

Compression:

Stored size: 704 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

6 entries across 6 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-7.7.0 default.yml
boxt_ruby_style_guide-7.6.0 default.yml
boxt_ruby_style_guide-7.5.0 default.yml
boxt_ruby_style_guide-7.4.0 default.yml
boxt_ruby_style_guide-7.3.0 default.yml
boxt_ruby_style_guide-7.2.1 default.yml