Sha256: 10cd8692fb498299d1a1b02e0602b5483d9d1e0c4cc96455d7dc10170bb6d76f

Contents?: true

Size: 675 Bytes

Versions: 21

Compression:

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

21 entries across 21 versions & 2 rubygems

Version Path
resync-client-0.4.6 .rubocop.yml
xml-mapping_extensions-0.4.7 .rubocop.yml
xml-mapping_extensions-0.4.6 .rubocop.yml
xml-mapping_extensions-0.4.5 .rubocop.yml
xml-mapping_extensions-0.4.4 .rubocop.yml
xml-mapping_extensions-0.4.3 .rubocop.yml
xml-mapping_extensions-0.4.2 .rubocop.yml
xml-mapping_extensions-0.4.1 .rubocop.yml
xml-mapping_extensions-0.4.0 .rubocop.yml
xml-mapping_extensions-0.3.7 .rubocop.yml
xml-mapping_extensions-0.3.6 .rubocop.yml
xml-mapping_extensions-0.3.5 .rubocop.yml
xml-mapping_extensions-0.3.4 .rubocop.yml
xml-mapping_extensions-0.3.3 .rubocop.yml
xml-mapping_extensions-0.3.2 .rubocop.yml
xml-mapping_extensions-0.3.1 .rubocop.yml
xml-mapping_extensions-0.3.0 .rubocop.yml
xml-mapping_extensions-0.2.1 .rubocop.yml
xml-mapping_extensions-0.2.0 .rubocop.yml
xml-mapping_extensions-0.1.1 .rubocop.yml