Sha256: e13f33aa7dea0484cd5f941208ba7d1952ed9d231c8e26a19a780e145932559c

Contents?: true

Size: 781 Bytes

Versions: 30

Compression:

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

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
config-factory-0.0.9 .rubocop.yml
stash-wrapper-0.1.11.1 .rubocop.yml
stash-wrapper-0.1.11 .rubocop.yml
stash-wrapper-0.1.10 .rubocop.yml
type_is_enum-0.2.0 .rubocop.yml
stash-wrapper-0.1.9 .rubocop.yml
stash-wrapper-0.1.8 .rubocop.yml
stash-wrapper-0.1.7 .rubocop.yml
stash-wrapper-0.1.6 .rubocop.yml
typesafe_enum-0.1.7 .rubocop.yml
stash-wrapper-0.1.5 .rubocop.yml
stash-wrapper-0.1.4 .rubocop.yml
stash-wrapper-0.1.3 .rubocop.yml
config-factory-0.0.8 .rubocop.yml
stash-wrapper-0.1.2 .rubocop.yml
config-factory-0.0.7 .rubocop.yml
stash-wrapper-0.1.1 .rubocop.yml
config-factory-0.0.6 .rubocop.yml
typesafe_enum-0.1.6 .rubocop.yml
config-factory-0.0.5 .rubocop.yml