Sha256: e27d070215c89a4f3c56a5a46c24267f87224852946fd8300afc7df171c690ff

Contents?: true

Size: 692 Bytes

Versions: 2

Compression:

Stored size: 692 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

Layout/IndentationWidth:
    Width: 4

Layout/LineLength:
    Enabled: false

Layout/SpaceAroundOperators:
    Enabled: false

Metrics/AbcSize:
    Enabled: false

Metrics/BlockLength:
    Enabled: false

Metrics/ClassLength:
    Enabled: false

Metrics/CyclomaticComplexity:
    Enabled: false

Metrics/MethodLength: 
    Enabled: false

Metrics/PerceivedComplexity:
    Enabled: false

Style/FrozenStringLiteralComment:
    Enabled: false

Style/HashSyntax:
    Enabled: false

Style/RedundantParentheses:
    Enabled: false

Style/RedundantBegin:
    Enabled: false

Style/RedundantReturn:
    Enabled: false

Style/SpecialGlobalVars:
    Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cmessages-1.0.1 .rubocop.yml
cmessages-1.0.0 .rubocop.yml