Sha256: 51e93fac1b5fdfb8b7bb7aed01173907123748668c0c5d1eb9a0f3467f309a20
Contents?: true
Size: 936 Bytes
Versions: 3
Compression:
Stored size: 936 Bytes
Contents
StringLiterals: EnforcedStyle: "double_quotes" LineLength: Max: 80 # This offends when not tabbed way out while using case in assignment CaseIndentation: Enabled: false # Not a part of our coding conventions Documentation: Enabled: false DoubleNegation: Enabled: false TrailingComma: EnforcedStyleForMultiline: comma DeprecatedClassMethods: Enabled: false SingleLineBlockParams: 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 # Cuz we don't use any fancy characters anyway Encoding: Enabled: false # I just don't care so much about clean specs.. Like short methods and short lines AllCops: Exclude: - spec/**
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stairs-0.9.0 | .rubocop.yml |
stairs-0.8.0 | .rubocop.yml |
stairs-0.7.1 | .rubocop.yml |