Sha256: d8d2d19c63e901c045ef1e01b70a005c2e38fe015a080756e29c8f447e3690d3

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

inherit_mode:
  merge:
    - AllowedNames

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/**/*"
Naming/MethodParameterName:
  AllowedNames:
    - "..."
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

1 entries across 1 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-7.1.0 default.yml