Sha256: 13b672b4b9ba9d9342443221c2c9a94500c565f12a2861ee2ddd1b866e4302f6
Contents?: true
Size: 737 Bytes
Versions: 2
Compression:
Stored size: 737 Bytes
Contents
require: rubocop-performance AllCops: TargetRubyVersion: 2.7 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Enabled: false Layout/LineLength: Max: 120 Style/AsciiComments: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: Enabled: false Style/GlobalVars: Enabled: false Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/ModuleFunction: EnforcedStyle: extend_self Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 15 Security/YAMLLoad: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
belated-0.5.4 | .rubocop.yml |
belated-0.5.3 | .rubocop.yml |