Sha256: 13e73971a8d4081d0ac03faf6d256d143de0ec28f67be6a6aac28dd5e8eab9d4

Contents?: true

Size: 999 Bytes

Versions: 17

Compression:

Stored size: 999 Bytes

Contents

Rails:
  Enabled: true
AlignHash:
  # Alignment of entries using hash rocket as separator. Valid values are:
  #
  # key - left alignment of keys
  # 'a' => 2
  # 'bb' => 3
  # separator - alignment of hash rockets, keys are right aligned
  # 'a' => 2
  # 'bb' => 3
  # table - left alignment of keys, hash rockets, and values
  # 'a' => 2
  # 'bb' => 3
  EnforcedHashRocketStyle: table
  # Alignment of entries using colon as separator. Valid values are:
  #
  # key - left alignment of keys
  # a: 0
  # bb: 1
  # separator - alignment of colons, keys are right aligned
  # a: 0
  # bb: 1
  # table - left alignment of keys and values
  # a: 0
  # bb: 1
  EnforcedColonStyle: table
IfUnlessModifier:
  MaxLineLength: 100
LineLength:
  Max: 100
StringLiterals:
  EnforcedStyle: double_quotes
WhileUntilModifier:
  MaxLineLength: 100
MethodCalledOnDoEndBlock:
  Description: 'Avoid chaining a method call on a do...end block.'
  Enabled: true
ClassLength:
  Max: 400
Documentation:
  Enabled: false

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
dhis2-3.0.5 .rubocop.yml
dhis2-3.0.4 .rubocop.yml
dhis2-3.0.3 .rubocop.yml
dhis2-3.0.2 .rubocop.yml
dhis2-3.0.0 .rubocop.yml
dhis2-2.3.8 .rubocop.yml
dhis2-2.3.7 .rubocop.yml
dhis2-2.3.6 .rubocop.yml
dhis2-2.3.5 .rubocop.yml
dhis2-2.3.4 .rubocop.yml
dhis2-2.3.3 .rubocop.yml
dhis2-2.3.2 .rubocop.yml
dhis2-2.3.1 .rubocop.yml
dhis2-2.2.1 .rubocop.yml
dhis2-2.2.0 .rubocop.yml
dhis2-2.1.0 .rubocop.yml
dhis2-0.1.0 .rubocop.yml