Sha256: f684b7e7d1e52e1cff695dca30b2ab86430c544dcc7c9406e77e9d6e0472f1a7

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

AllCops:
  DisabledByDefault: true
  Exclude:
    - 'bundler/**/*'
    - 'lib/rubygems/resolver/molinillo/**/*'
    - 'pkg/**/*'
  TargetRubyVersion: 2.3

Layout/AccessModifierIndentation:
  Enabled: true

Layout/BlockAlignment:
  Enabled: true

Layout/CaseIndentation:
  Enabled: true

Layout/ClosingParenthesisIndentation:
  Enabled: true

Layout/CommentIndentation:
  Enabled: true

Layout/ElseAlignment:
  Enabled: true

MultilineIfThen:
  Enabled: true

# Force Unix line endings.
Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

Layout/EmptyLinesAroundMethodBody:
  Enabled: true

Layout/IndentHash:
  Enabled: true
  EnforcedStyle: consistent

# NOTE: When used with --auto-correct, this only seems to auto-correct the
#       first array item for some reason.
Layout/IndentArray:
  Enabled: true
  EnforcedStyle: consistent
  Exclude:
    # This is a generated file.
    - lib/rubygems/util/licenses.rb

Layout/IndentationConsistency:
  Enabled: true

Layout/IndentationWidth:
  Enabled: true

Layout/TrailingBlankLines:
  Enabled: true

Layout/TrailingWhitespace:
  Enabled: true

Style/MethodDefParentheses:
  Enabled: true

Style/MutableConstant:
  Enabled: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubygems-update-3.0.9 .rubocop.yml
rubygems-update-3.0.8 .rubocop.yml
rubygems-update-3.0.7 .rubocop.yml
rubygems-update-3.0.6 .rubocop.yml
rubygems-update-3.0.5 .rubocop.yml
rubygems-update-3.0.4 .rubocop.yml