Sha256: 17dd9211b311914a4a9615157a8e091f12885b37ed34f6892b8ac01d90cb2ff0

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

AllCops:
    NewCops: enable
    TargetRubyVersion: 2.5

Layout/IndentationWidth:
    Width: 4

Layout/LineLength:
    Enabled: false

Naming/FileName:
    Enabled: false

Naming/RescuedExceptionsVariableName:
    PreferredName: exception

Style/FrozenStringLiteralComment:
    Enabled: false

Style/HashSyntax:
    EnforcedStyle: hash_rockets

Style/RaiseArgs:
    EnforcedStyle: compact

Style/RedundantBegin:
    Enabled: false

Style/Semicolon:
    AllowAsExpressionSeparator: true

Style/SymbolArray:
    Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github-lister-core-0.1.6 .rubocop.yml
github-lister-core-0.1.4 .rubocop.yml
github-lister-core-0.1.3 .rubocop.yml