Sha256: e21f847d70c91fe28e1f589ab06b8c367793dd7b13be5cdec8da9aa65e9a5ec5

Contents?: true

Size: 771 Bytes

Versions: 27

Compression:

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

# Allow %r notation for regexes with a single / character
Style/RegexpLiteral:
  MaxSlashes: 0

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
resync-client-0.4.5 .rubocop.yml
resync-client-0.4.4 .rubocop.yml
resync-client-0.4.3 .rubocop.yml
resync-client-0.4.2 .rubocop.yml
resync-client-0.4.1 .rubocop.yml
resync-client-0.4.0 .rubocop.yml
resync-client-0.3.5 .rubocop.yml
resync-client-0.3.4 .rubocop.yml
resync-client-0.3.3 .rubocop.yml
resync-client-0.3.2 .rubocop.yml
resync-client-0.3.1 .rubocop.yml
resync-client-0.3.0 .rubocop.yml
resync-0.3.0 .rubocop.yml
resync-client-0.2.5 .rubocop.yml
resync-client-0.2.4 .rubocop.yml
resync-client-0.2.3 .rubocop.yml
resync-0.2.2 .rubocop.yml
resync-0.2.1 .rubocop.yml
resync-0.2.0 .rubocop.yml
resync-client-0.2.1 .rubocop.yml