Sha256: f46978279f1303cef0e34cb15bd4175807adf53f1db1de1db34648e4c47478db

Contents?: true

Size: 889 Bytes

Versions: 24

Compression:

Stored size: 889 Bytes

Contents

# Disable compact style check for example.rb
Style/ClassAndModuleChildren:
  Exclude:
    - 'example.rb'

# 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 leading underscores for 'internal' accessors
Lint/UnderscorePrefixedVariableName:
  Enabled: false

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
datacite-mapping-0.2.5 .rubocop.yml
datacite-mapping-0.2.4 .rubocop.yml
datacite-mapping-0.2.3 .rubocop.yml
datacite-mapping-0.2.2 .rubocop.yml
datacite-mapping-0.2.1 .rubocop.yml
datacite-mapping-0.2.0 .rubocop.yml
datacite-mapping-0.1.17.2 .rubocop.yml
datacite-mapping-0.1.17.1 .rubocop.yml
datacite-mapping-0.1.17 .rubocop.yml
datacite-mapping-0.1.16 .rubocop.yml
datacite-mapping-0.1.15 .rubocop.yml
datacite-mapping-0.1.14 .rubocop.yml
datacite-mapping-0.1.13 .rubocop.yml
datacite-mapping-0.1.12 .rubocop.yml
datacite-mapping-0.1.10 .rubocop.yml
datacite-mapping-0.1.9 .rubocop.yml
datacite-mapping-0.1.7 .rubocop.yml
datacite-mapping-0.1.6 .rubocop.yml
datacite-mapping-0.1.5 .rubocop.yml
datacite-mapping-0.1.4 .rubocop.yml