Sha256: c231fe1498d8fb722b787d18bfa062f4b72bac6010b2e8ada370a11411fc5124

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

# Disable line-length check; it's too easy for the cure to be worse than the disease
Metrics/LineLength:
  Enabled: False

# Disable parameter-length check; this is determined by the number of XML attributes defined in the DataCite schema
Metrics/ParameterLists:
  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 (Layout/EmptyLines will still disallow two or more)
Layout/EmptyLinesAroundClassBody:
  Enabled: false

# Allow one line around module body (Layout/EmptyLines will still disallow two or more)
Layout/EmptyLinesAroundModuleBody:
  Enabled: false

# Allow one line around block body (Layout/EmptyLines will still disallow two or more)
Layout/EmptyLinesAroundBlockBody:
  Enabled: false

# Allow leading underscores for 'internal' accessors
Lint/UnderscorePrefixedVariableName:
  Enabled: false

# Seriously?
Style/CommentedKeyword:
  Enabled: false

# Use DateTime to preserve compatibility
Style/DateTime:
  Enabled: false

# Disable some checks in sample code
Style/ClassAndModuleChildren:
  Exclude:
    - 'examples/*'

Style/MixinUsage:
  Exclude:
    - 'examples/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datacite-mapping-0.4.1 .rubocop.yml
datacite-mapping-0.4.0 .rubocop.yml