Sha256: fe1678a04f921a1c051810c341f25aa7e788e85d0d8e1c9b0b0abfc4ec1b7aec

Contents?: true

Size: 949 Bytes

Versions: 1

Compression:

Stored size: 949 Bytes

Contents

AllCops:
  Include:
    - Rakefile
    - Gemfile
    - '*.gemspec'
  Exclude:
    - 'gemfiles/vendor/**/*'

# Some classes and methods need to be big.
#
# I'll break them down for testability or composability or
# applicability, but not because I crossed an invisible line that
# somebody made up.
#
Metrics:
  Enabled: false

# I put extra spaces in a lot of expressions for a lot of different
# reasons, including especially readability.
#
Layout:
  Enabled: false

# As a group, the Style cops are bewilderingly opiniated.
#
# In some cases IMO they are actively harmful e.g. Style/TernaryParentheses.
#
# I reject these cops.
#
Style:
  Enabled: false

# I like a lot of the Lint tests, but not these.
#
Lint/AmbiguousBlockAssociation:           # obnoxiously rejects idiomatic Ruby
  Enabled: false

# Naming/FileName is kind of cool but off-base w/r/t demanding that
# Appraisals use snake_case.
#
Naming/FileName:
  Exclude:
    - Appraisals

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-ick-0.1.4 .rubocop.yml