Sha256: 6ecefb30cbd6bfddcec976b269392c0dfbcc6682530a69fa2ccda6d9dd57ce46

Contents?: true

Size: 1 KB

Versions: 5

Compression:

Stored size: 1 KB

Contents

AllCops:
  # Suppress complaints about post-2.0 syntax
  TargetRubyVersion: 2.2

# Disable line-length check; it's too easy for the cure to be worse than the disease
Metrics/LineLength:
  Enabled: False

# Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947)
Style/Documentation:
  Enabled: false

# Allow one line around class body (Style/EmptyLines will still disallow two or more)
Style/EmptyLinesAroundClassBody:
  Enabled: false

# Allow one line around module body (Style/EmptyLines will still disallow two or more)
Style/EmptyLinesAroundModuleBody:
  Enabled: false

# Allow one line around block body (Style/EmptyLines will still disallow two or more)
Style/EmptyLinesAroundBlockBody:
  Enabled: false

# Unclear why it's a good idea to give parameters semantically meaningless names
Style/SingleLineBlockParams:
  Enabled: false

# Produces monsters
Style/MultilineOperationIndentation:
  Enabled: false

# 👎 to cultural imperialism
Style/AsciiComments:
  Enabled: false

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
merritt-manifest-0.1.3 .rubocop.yml
merritt-manifest-0.1.2 .rubocop.yml
xml-mapping_extensions-0.4.8 .rubocop.yml
merritt-manifest-0.1.1 .rubocop.yml
merritt-manifest-0.1.0 .rubocop.yml