Sha256: 54ddc4714ab76097b57e817b5bc2ef1441d81417f073c0989a86b193cb3325fd
Contents?: true
Size: 825 Bytes
Versions: 1
Compression:
Stored size: 825 Bytes
Contents
StringLiterals: EnforcedStyle: "double_quotes" LineLength: Max: 80 # This offends when not tabbed way out while using case in assignment CaseIndentation: 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 # 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: Excludes: - spec/**
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stairs-0.7.0 | .rubocop.yml |