Sha256: 5244eeca4944b6c2bfe7106854ab353a8cdf1a121584150aafdc216d69cf1121

Contents?: true

Size: 568 Bytes

Versions: 1

Compression:

Stored size: 568 Bytes

Contents

---
inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable

require:
  - rubocop-minitest
  - rubocop-rake

Layout/ArrayAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/FirstArgumentIndentation:
  EnforcedStyle: consistent

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Style/Documentation:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hotch-0.7.0 .rubocop.yml