Sha256: d71b9f697d8b83eb3876ddd768b573dbcec455c0fdd5ae22027b211617875b8e
Contents?: true
Size: 821 Bytes
Versions: 18
Compression:
Stored size: 821 Bytes
Contents
AllCops: NewCops: enable # The gem is automatically pushed by CI Gemspec/RequireMFA: Enabled: false Layout/ArrayAlignment: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: end Layout/FirstArgumentIndentation: EnforcedStyle: consistent Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/SpaceInsideArrayLiteralBrackets: Enabled: false # We have squiggly heredocs Layout/HeredocIndentation: Enabled: false Layout/LineLength: Max: 120 Metrics/BlockLength: AllowedMethods: - describe - it - context Style/MultilineBlockChain: Enabled: false Style/NumericPredicate: Enabled: false Style/AndOr: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
18 entries across 18 versions & 1 rubygems