Sha256: a22b75edff7f1ea0c42f8baec4d7846a336fda8fcab84634e1bd08181326b8ad

Contents?: true

Size: 763 Bytes

Versions: 4

Compression:

Stored size: 763 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 'XX X' to the standard list
#
Style/CommentAnnotation:
   Keywords:
    - "TOD\
       O"
    - FIXME
    - OPTIMIZE
    - HACK
    - REVIEW
    - "XX\
       X"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
source_finder-2.2.0 .rubocop.yml
source_finder-2.1.1 .rubocop.yml
source_finder-2.1.0 .rubocop.yml
source_finder-2.0.0 .rubocop.yml