Sha256: bc05e6dbd08d9f64518a2eefadbe86c7893009275035431aac410ad5d78478b0

Contents?: true

Size: 576 Bytes

Versions: 10

Compression:

Stored size: 576 Bytes

Contents

require:
  - rubocop-rspec

inherit_gem:
  getaround-rubocop:
    - .rubocop.yml
    - .rubocop-rspec.yml

Layout/MultilineMethodCallIndentation:
  Description: Vertical alignment results in awkward diffs.
  EnforcedStyle: indented

Layout/MultilineAssignmentLayout:
  Description: Vertical alignment results in awkward diffs.
  EnforcedStyle: same_line

Layout/ElseAlignment:
  Description: Vertical alignment results in awkward diffs.
  Enabled: false

Layout/EndAlignment:
  Description: Vertical alignment results in awkward diffs.
  EnforcedStyleAlignWith: start_of_line

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
getaround_utils-0.2.14 .rubocop.yml
getaround_utils-0.2.13 .rubocop.yml
getaround_utils-0.2.11 .rubocop.yml
getaround_utils-0.2.10 .rubocop.yml
getaround_utils-0.2.9 .rubocop.yml
getaround_utils-0.2.7 .rubocop.yml
getaround_utils-0.2.6 .rubocop.yml
getaround_utils-0.2.5 .rubocop.yml
getaround_utils-0.2.1 .rubocop.yml
getaround_utils-0.2.0 .rubocop.yml