Sha256: 3dc3227999525e1fa455d0012111db2af13c8171821a309094992548692ccace

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-minitest

Lint/SuppressedException:
  Enabled: false

Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/Lambda:
  Enabled: false
Style/NestedTernaryOperator:
  Enabled: false
Style/Semicolon:
  Enabled: true
  AllowAsExpressionSeparator: true
Style/SingleLineMethods:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

AllCops:
  NewCops: enable

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gloc-0.8.0 .rubocop.yml