Sha256: 844a3a5aca10a6f4de35e1fda1d28b594caff19dd4fba35094db26b43f8b9d50

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 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/Semicolon:
    AllowAsExpressionSeparator: true

Style/SymbolArray:
    Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github-lister-core-0.1.2 .rubocop.yml
github-lister-core-0.1.1 .rubocop.yml
github-lister-core-0.1.0 .rubocop.yml