Sha256: 17f932f78776cecbf7244ca1326690da5b0472dbc6469aeeb57036b849205a64

Contents?: true

Size: 918 Bytes

Versions: 3

Compression:

Stored size: 918 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2

# [Metrics]

Metrics/LineLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ParameterLists:
  Enabled: false
# Complexity metrics are difficult to understand and fix, so let's ignore them.
Metrics/AbcSize:
  Enabled: false

# [Lint]

# http://www.rubydoc.info/github/bbatsov/rubocop/Rubocop/Cop/Lint/EndAlignment
Lint/EndAlignment:
  Enabled: false

# [Style]

# http://www.rubydoc.info/github/bbatsov/rubocop/Rubocop/Cop/Style/Documentation
Style/Documentation:
  Enabled: false
# http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/ElseAlignment
Style/ElseAlignment:
  Enabled: false
# http://www.rubydoc.info/github/bbatsov/rubocop/Rubocop/Cop/Style/IndentationWidth
Style/IndentationWidth:
  Enabled: false
# https://github.com/bbatsov/ruby-style-guide#underscores-in-numerics
Style/NumericLiterals:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tophatter-merchant-1.1.6 .rubocop.yml
tophatter-merchant-1.1.5 .rubocop.yml
tophatter-merchant-1.1.4 .rubocop.yml