Sha256: ae047d2da5fa70380c8e7353c797e6e7858073dc7a62a232850f5fa39674d693

Contents?: true

Size: 950 Bytes

Versions: 1

Compression:

Stored size: 950 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
Layout/LeadingCommentSpace:
  Enabled: false
Metrics/BlockLength:
  ExcludedMethods:
    - change
    - context
    - define
    - describe
    - down
    - feature
    - migration
    - namespace
    - shared_context
    - up
Style/FrozenStringLiteralComment:
  EnforcedStyle: never
Style/AsciiComments:
  Enabled: false
  StyleGuide: http://relaxed.ruby.style/#styleasciicomments
Style/TrailingCommaInArguments:
  Enabled: false
  StyleGuide: http://relaxed.ruby.style/#styletrailingcommainarguments
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArrayLiteral:
  Enabled: false
  StyleGuide: http://relaxed.ruby.style/#styletrailingcommainliteral
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
  Enabled: false
  StyleGuide: http://relaxed.ruby.style/#styletrailingcommainliteral
  EnforcedStyleForMultiline: consistent_comma
Style/LambdaCall:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
molecular-0.1.0 .rubocop.yml