Sha256: cbd2a2e1bc09c90b714894a5f5eae0d08661fa3faa776aa11e36045302ea5dbc

Contents?: true

Size: 676 Bytes

Versions: 7

Compression:

Stored size: 676 Bytes

Contents

# 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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
resync-0.4.2 .rubocop.yml
resync-0.4.1 .rubocop.yml
resync-0.4.0 .rubocop.yml
resync-0.3.4 .rubocop.yml
resync-0.3.3 .rubocop.yml
resync-0.3.2 .rubocop.yml
resync-0.3.1 .rubocop.yml