Sha256: 3959fa305d7c2015350036b6adc4686f82d89fde36fbd4508433cc6fef5ac0fd

Contents?: true

Size: 825 Bytes

Versions: 6

Compression:

Stored size: 825 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

Naming/FileName:
    Enabled: false

Naming/PredicateName:
    Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
IPinfo-2.2.4 .rubocop.yml
IPinfo-2.2.3 .rubocop.yml
IPinfo-2.2.1 .rubocop.yml
IPinfo-1.1.0 .rubocop.yml
ipinfo-rails-1.0.1 .rubocop.yml
ipinfo-rails-1.0.0 .rubocop.yml