Sha256: 4be809854cafdf5c878e3216abb679ad55a9ece7dda80191eb1f4b06a6f58a3e

Contents?: true

Size: 542 Bytes

Versions: 4

Compression:

Stored size: 542 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Bundler/OrderedGems:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Naming/InclusiveLanguage:
  Enabled: false

Naming/MethodParameterName:
  MinNameLength: 2

Style/BlockDelimiters:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/HashConversion:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dccscr-0.2.3 .rubocop.yml
dccscr-0.2.2 .rubocop.yml
dccscr-0.2.1 .rubocop.yml
dccscr-0.2.0 .rubocop.yml