Sha256: e926166ef3a299342c844035bb60e340a52077640c10984e4249eb77abf3dc2f

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

StringLiterals:
  EnforcedStyle: "double_quotes"

LineLength:
  Max: 80

# This offends when not tabbed way out while using case in assignment
CaseIndentation:
  Enabled: false

# This was offending when it shouldn't have been, like in util/file_mutation:21
UselessAssignment:
  Enabled: false

# Seems unnecessary?
ReduceArguments:
  Enabled: false

# Not a part of our coding conventions
Documentation:
  Enabled: false

# Also just not something I've ever done or want to do...
SpaceAroundEqualsInParameterDefault:
  Enabled: false

# I don't see why... It's shorthand, just know your ruby!
SpecialGlobalVars:
  Enabled: false

# This was offending for a custom method called `collect` not on an `Enumerable`
CollectionMethods:
  Enabled: false

# I just don't care so much about clean specs.. Like short methods and short lines
AllCops:
  Excludes:
    - spec/**

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stairs-0.4.0 .rubocop.yml