Sha256: 00c6407f6110bde3eaca86f397431f963cd74905067dcf07cd547325e04a813d

Contents?: true

Size: 928 Bytes

Versions: 6

Compression:

Stored size: 928 Bytes

Contents

---
AllCops:
    TargetRubyVersion: 2.2
    DisplayCopNames: true
    Exclude:
    - 'lib/aws_assume_role/vendored/**/*.rb'
    - 'vendor/**/*'

Metrics/MethodLength:
    Enabled: false

Metrics/AbcSize:
    Enabled: false

Metrics/BlockLength:
    Enabled: false

Metrics/ClassLength:
    Enabled: false

Metrics/CyclomaticComplexity:
    Enabled: false

Metrics/PerceivedComplexity:
    Enabled: false

Layout/IndentationWidth:
    Width: 4

Layout/IndentHeredoc:
    Enabled: false

Style/TrailingCommaInArguments:
    EnforcedStyleForMultiline: comma

Style/TrailingCommaInLiteral:
    EnforcedStyleForMultiline: comma

Style/ClassAndModuleChildren:
    Enabled: false

Style/Documentation:
    Enabled: false

Naming/VariableName:
    Enabled: false

Style/StringLiterals:
    EnforcedStyle: double_quotes

Style/MethodMissing:
    Enabled: false

Style/TrivialAccessors:
    Enabled: false

Metrics/LineLength:
  Max: 140

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws_assume_role-1.2.3-universal-freebsd .rubocop.yml
aws_assume_role-1.2.3-universal-darwin .rubocop.yml
aws_assume_role-1.2.3-universal-linux .rubocop.yml
aws_assume_role-1.2.3-universal-openbsd .rubocop.yml
aws_assume_role-1.2.3 .rubocop.yml
aws_assume_role-1.2.3-linux .rubocop.yml