Sha256: fbe9aff9f8d730d77231bebbfd18cd0a32c2dc12f41db3ca851c459ea2663eea

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

AllCops:
  DisplayCopNames: true

# class Example
# ...
# private
# ...
# end
Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/Blocks:
  Enabled: false

# Allows foo(bar: baz)
Style/BracesAroundHashParameters:
  Enabled: false

Layout/DotPosition:
  EnforcedStyle: leading

Layout/IndentHash:
  EnforcedStyle: consistent

Metrics/LineLength:
  Max: 120

Style/RedundantSelf:
  Enabled: false

# We like neatly-aligned code
Layout/SpaceBeforeFirstArg:
  Enabled: false

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

# Allow single or double quotes
Style/StringLiterals:
  Enabled: false

# Disable this until we can work out how to allow aligning of assignments
# https://github.com/bbatsov/rubocop/blob/master/spec/rubocop/cop/style/extra_spacing_spec.rb#L23
Layout/ExtraSpacing:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/SignalException:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Layout/MultilineOperationIndentation:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gecko-ruby-0.2.6 .rubocop.yml
gecko-ruby-0.2.5 .rubocop.yml
gecko-ruby-0.2.4 .rubocop.yml
gecko-ruby-0.2.3 .rubocop.yml