Sha256: e77b0cd519cd1be7b70f7f6fd3dc34c4160d1804b438e069079f958e3276b7f4

Contents?: true

Size: 746 Bytes

Versions: 1

Compression:

Stored size: 746 Bytes

Contents

AllCops:
    TargetRubyVersion: 2.5
    NewCops: enable

Layout/IndentationWidth:
    Width: 4

Layout/LineLength:
    Enabled: true
    Max: 80

Lint/MissingSuper:
    Enabled: false

Metrics/MethodLength:
    Enabled: false

Metrics/AbcSize:
    Enabled: false

Metrics/ClassLength:
    Enabled: false

Lint/DuplicateMethods:
    Enabled: false

Style/Documentation:
    Enabled: false

Style/ClassAndModuleChildren:
    Enabled: false

Style/MethodCallWithArgsParentheses:
    EnforcedStyle: require_parentheses
    IgnoreMacros: false
    IgnoredPatterns: []
    AllowParenthesesInMultilineCall: true
    AllowParenthesesInChaining: true
    AllowParenthesesInCamelCaseMethod: true

Style/MethodCallWithoutArgsParentheses:
    Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
IPinfo-1.0.1 .rubocop.yml