Sha256: 57ed22dbe39a921d92406bf63fc1959585a2f73d87c38fe95359cf8e4d534e77
Contents?: true
Size: 942 Bytes
Versions: 6
Compression:
Stored size: 942 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 # 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
stairs-0.6.1 | .rubocop.yml |
stairs-0.6.0 | .rubocop.yml |
stairs-0.5.1 | .rubocop.yml |
stairs-0.5.0 | .rubocop.yml |
stairs-0.4.2 | .rubocop.yml |
stairs-0.4.1 | .rubocop.yml |