Sha256: 1007d61686169ba976377d08ef4b21be26a20f9d03f9e2c98cd510f2861059f5

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 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

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

# Make our own decisions about readability
Style/TernaryParentheses:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resync-0.4.5 .rubocop.yml