Sha256: 207e0054c3e6e3fac8b74c7bd3c383f0fc483085c097f58f4bf04bbcd09ceaa4
Contents?: true
Size: 620 Bytes
Versions: 5
Compression:
Stored size: 620 Bytes
Contents
inherit_from: - .rubocop.unhound.yml AllCops: Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'vendor/bundle/**/*' TargetRubyVersion: 2.1 Metrics/LineLength: Max: 100 Style/ClassAndModuleChildren: EnforcedStyle: compact Layout/DotPosition: EnforcedStyle: trailing Style/Documentation: Enabled: false Layout/IndentHash: EnforcedStyle: consistent Style/ParallelAssignment: Enabled: false Style/StringLiterals: EnforcedStyle: single_quotes Style/WordArray: Enabled: false Style/RegexpLiteral: AllowInnerSlashes: true Style/ClassAndModuleChildren: EnforcedStyle: compact
Version data entries
5 entries across 5 versions & 1 rubygems