Sha256: f2a78e747cb3075ac3747c0167be86b630b813f27b1b3c9a8db4dad54ab939f7

Contents?: true

Size: 762 Bytes

Versions: 4

Compression:

Stored size: 762 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:
    - "TOD\
       O"
    - FIXME
    - OPTIMIZE
    - HACK
    - REVIEW
    - "XX\
       X"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
source_finder-1.1.1 .rubocop.yml
source_finder-1.1.0 .rubocop.yml
source_finder-1.0.0 .rubocop.yml
source_finder-0.1.0 .rubocop.yml