Sha256: 0fcc7fd1e912f1ccf3b8645b331b49ba4059c4abb8f0208201140f8ba44890d4

Contents?: true

Size: 615 Bytes

Versions: 18

Compression:

Stored size: 615 Bytes

Contents

require:
  - rubocop-rspec

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

AllCops:
  Exclude:
    - vendor/**/*

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

18 entries across 18 versions & 1 rubygems

Version Path
getaround_utils-0.2.34 .rubocop.yml
getaround_utils-0.2.33 .rubocop.yml
getaround_utils-0.2.32 .rubocop.yml
getaround_utils-0.2.31 .rubocop.yml
getaround_utils-0.2.29 .rubocop.yml
getaround_utils-0.2.28 .rubocop.yml
getaround_utils-0.2.27 .rubocop.yml
getaround_utils-0.2.26 .rubocop.yml
getaround_utils-0.2.25 .rubocop.yml
getaround_utils-0.2.24 .rubocop.yml
getaround_utils-0.2.23 .rubocop.yml
getaround_utils-0.2.22 .rubocop.yml
getaround_utils-0.2.21 .rubocop.yml
getaround_utils-0.2.20 .rubocop.yml
getaround_utils-0.2.19 .rubocop.yml
getaround_utils-0.2.18 .rubocop.yml
getaround_utils-0.2.16 .rubocop.yml
getaround_utils-0.2.15 .rubocop.yml