Sha256: 047e2c6dc82757af0718148f18e742828ed79eef9537194481e3f847dec98536

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

Style/ExtraSpacing:
  # When true, allows most uses of extra spacing if the intent is to align
  # things with the previous or next line, not counting empty lines or comment
  # lines.
  AllowForAlignment: false

Style/NumericLiterals:
  Enabled: false

Style/SpaceBeforeFirstArg:
  Enabled: true

Metrics/BlockNesting:
  Max: 2

Style/AlignHash:
  EnforcedColonStyle: 'key'
  EnforcedHashRocketStyle: 'key'

Style/WordArray:
  MinSize: 3

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: 'comma'

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: 'comma'

Style/HashSyntax:
  EnforcedStyle: 'ruby19'

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fix-db-schema-conflicts-3.0.0 .rubocop_schema.yml