Sha256: 9585d0a84ac3fefca142a5c0be82f7b4a4643200e47cbbe70a429d81ef4507f6
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 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" - "test/**/*" Metrics/ClassLength: Exclude: - "test/**/*" Metrics/MethodLength: Exclude: - "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-6.2.0 | default.yml |