Sha256: a49be02c44dc7061969f5071aca592e7ecd74d1c03dfe83194c8c43e984c55c3

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

AllCops:
  TargetRubyVersion: 2.5

#
# New
#
Style/HashEachMethods:
    Enabled: false

Style/HashTransformKeys:
    Enabled: false

Style/HashTransformValues:
    Enabled: false

Layout/FirstHashElementIndentation:
    Enabled: false

Layout/HashAlignment:
    Enabled: false

Layout/IndentationWidth:
    Width: 4

Layout/LineLength:
    Enabled: false

Layout/SpaceAroundOperators:
    Enabled: false

Metrics/BlockNesting:
    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/RaiseArgs:
    EnforcedStyle: compact

Style/RedundantParentheses:
    Enabled: false

Style/RedundantBegin:
    Enabled: false

Style/RedundantReturn:
    Enabled: false

Style/GuardClause:
    Enabled: false

Style/SafeNavigation:
    Enabled: false

Style/SpecialGlobalVars:
    Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
terradoc-0.1.9 .rubocop.yml
terradoc-0.1.8 .rubocop.yml
terradoc-0.1.6 .rubocop.yml
terradoc-0.1.5 .rubocop.yml