Sha256: 986663b94fd69a8191e387ae40f23324976ac0b0405e98672f57004d53f925a5

Contents?: true

Size: 1.24 KB

Versions: 7

Compression:

Stored size: 1.24 KB

Contents

AllCops:
  DisplayCopNames: true
  Exclude:
    - 'bin/*'
    - 'generate.thor'

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

Layout/DotPosition:
  EnforcedStyle: leading

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Max: 120

Layout/HashAlignment:
  EnforcedColonStyle: table

Metrics/AbcSize:
  Exclude:
    - 'test/**/*.rb'

Naming/FileName:
  Exclude:
    - 'lib/gecko-ruby.rb'

Naming/PredicateName:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

# We like neatly-aligned code
Layout/SpaceBeforeFirstArg:
  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:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gecko-ruby-0.12.3 .rubocop.yml
gecko-ruby-0.12.2 .rubocop.yml
gecko-ruby-0.12.1 .rubocop.yml
gecko-ruby-0.12.0 .rubocop.yml
gecko-ruby-0.11.1 .rubocop.yml
gecko-ruby-0.11.0 .rubocop.yml
gecko-ruby-0.10.0 .rubocop.yml