Sha256: 31ae21cb4ec9277e7b31562139c523116a69a0812ae1bdf73e308e9e41577f31

Contents?: true

Size: 450 Bytes

Versions: 12

Compression:

Stored size: 450 Bytes

Contents

require:
  - rubocop-rspec

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

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

12 entries across 12 versions & 1 rubygems

Version Path
getaround_utils-0.1.20 .rubocop.yml
getaround_utils-0.1.19 .rubocop.yml
getaround_utils-0.1.18 .rubocop.yml
getaround_utils-0.1.17 .rubocop.yml
getaround_utils-0.1.15 .rubocop.yml
getaround_utils-0.1.14 .rubocop.yml
getaround_utils-0.1.13 .rubocop.yml
getaround_utils-0.1.12 .rubocop.yml
getaround_utils-0.1.11 .rubocop.yml
getaround_utils-0.1.9 .rubocop.yml
getaround_utils-0.1.8 .rubocop.yml
getaround_utils-0.1.7 .rubocop.yml