Sha256: 0da91887d367654d9444599dcc7664fcdc764666c1855426e08180dc7319a5b0

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 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)
Layout/EmptyLinesAroundClassBody:
  Enabled: false

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typesafe_enum-0.1.8 .rubocop.yml