Sha256: b8925970bfa0f0636a1e2035876e46c198145bad6c4a99cbdde4ba0992f55972

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Metrics/BlockLength: { Enabled: false } # With Ruby DSL, block length can grow
Metrics/LineLength: { Max: 120 }
Metrics/MethodLength: { Max: 20 }
Layout/IndentHeredoc: { Enabled: false } # Focusing texual appearance is wrong
Style/GuardClause: { Enabled: false } # crazy
Style/ParallelAssignment: { Enabled: false } # crazy
Style/StderrPuts: { Enabled: false } # WTF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mixed_gauge-1.2.0 .rubocop.yml