Sha256: d40a3a5f90a1afb42b6fb8ce177e86eec1bacd78db81a3a4e5c12fd98da952fb
Contents?: true
Size: 740 Bytes
Versions: 7
Compression:
Stored size: 740 Bytes
Contents
# I like trailing commas in maps. They let me insert new elements and # see them as one line in a diff, not two. TrailingComma: Enabled: false # I use keyword arguments for a poor man's dependency injection to cut # down on the magic in my tests. ParameterLists: CountKeywordArgs: false # If i'm using one function name and returning the contents of an # attribute, that's OK. The alternative would be this, which I find # confusing and often not really what I mean: # # attr_reader :something_else # alias_method :something, :something_else TrivialAccessors: ExactNameMatch: true # # Add 'XXX' to the standard list # Style/CommentAnnotation: Keywords: - TODO - FIXME - OPTIMIZE - HACK - REVIEW - XXX
Version data entries
7 entries across 7 versions & 1 rubygems