Sha256: 25d98c5d5fcd8a436b90dbb78a07d9be59199e1d260f219d056a26fa85894a3e
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 Bytes
Contents
AllCops: TargetRubyVersion: 2.2 DisplayCopNames: true Exclude: - '**/*.pb.rb' # # Style # LineLength: Max: 128 Style/StringLiterals: EnforcedStyle: double_quotes Style/SpaceBeforeFirstArg: Enabled: false Style/ConditionalAssignment: Enabled: false Style/ModuleFunction: Enabled: false # # Metrics # Metrics/MethodLength: Max: 50 Metrics/AbcSize: Max: 15 Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
objecthash-1.0.2 | .rubocop.yml |
objecthash-1.0.1 | .rubocop.yml |