Sha256: 5b20538241f8e4071b9d4dc8c39b542a0dbf11829f32bec670ad8f54b32f2745

Contents?: true

Size: 721 Bytes

Versions: 4

Compression:

Stored size: 721 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"
    - "spec/**/*"
    - "test/**/*"
Metrics/ClassLength:
  Exclude:
    - "spec/**/*"
    - "test/**/*"
Metrics/MethodLength:
  Exclude:
    - "spec/**/*"
    - "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-7.2.0 default.yml
boxt_ruby_style_guide-7.1.1 default.yml
boxt_ruby_style_guide-7.0.4 default.yml
boxt_ruby_style_guide-7.0.3 default.yml