Sha256: 8938cd4776465b99ebe3a957ffaa668f32496945a1f3b1b2673325ae49bc7c64

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

AllCops:
  Exclude:
    - Guardfile
    - bin/*
  DisplayCopNames: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/DotPosition:
  EnforcedStyle: trailing

#Style/MultilineOperationIndentation:
#  EnforcedStyle: aligned

# We are using a dirty trick in this
# gem: methods as objects.
#
# It makes sense to ignore snake_case
# in this specific situation (I hope)
Style/MethodName:
  Enabled: false

# Temporarily disabled while we are
# still under construction
Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
number_crusher-0.1.2 .rubocop.yml
number_crusher-0.1.1 .rubocop.yml