Sha256: 36056dbac7cbe6672e44436ccd834e234122a0213569320436bf8cd52a797b39

Contents?: true

Size: 667 Bytes

Versions: 4

Compression:

Stored size: 667 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7.1
  Exclude:
    - "**/*/schema.rb"
    - "Gemfile.lock"
    - "node_modules/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
Layout/LineLength:
  Max: 120 # Increase line length to 120
  Exclude:
    - "config/routes.rb"
Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - "Gemfile"
    - "config/routes.rb"
    - "test/**/*"
Metrics/ClassLength:
  Exclude:
    - "test/**/*"
Metrics/MethodLength:
  Exclude:
    - "test/**/*"
Style/DoubleNegation:
  Enabled: false
Style/Documentation:
  Enabled: false # Disable Style/Documentation because...
Style/StringLiterals:
  EnforcedStyle: double_quotes # Use double quotes ALL THE TIME!!!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-6.2.1 default.yml
boxt_ruby_style_guide-6.1.0 default.yml
boxt_ruby_style_guide-6.0.1 default.yml
boxt_ruby_style_guide-6.0.0 default.yml