Sha256: 4fc394fad8a7d53047934d64f8ea380fa560ea1b8ca076315e6ab838eb1601e2

Contents?: true

Size: 632 Bytes

Versions: 5

Compression:

Stored size: 632 Bytes

Contents

AllCops:
  Include:
    - phare.gemspec

Documentation:
  Enabled: false

Encoding:
  Enabled: false

LineLength:
  Max: 200

ClassLength:
  Max: 200

AccessModifierIndentation:
  EnforcedStyle: outdent

IfUnlessModifier:
  Enabled: false

CaseIndentation:
  IndentWhenRelativeTo: case
  IndentOneStep: true

MethodLength:
  CountComments: false
  Max: 20

SignalException:
  Enabled: false

ColonMethodCall:
  Enabled: false

AsciiComments:
  Enabled: false

Lambda:
  Enabled: false

RegexpLiteral:
  Enabled: false

AssignmentInCondition:
  Enabled: false

ClassAndModuleChildren:
  Enabled: false

GuardClause:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phare-1.0.1 .rubocop.yml
phare-1.0.0 .rubocop.yml
phare-0.7.1 .rubocop.yml
phare-0.7 .rubocop.yml
phare-0.6 .rubocop.yml