Sha256: 57fc05741095fb45463ccf70d73e70d239f6e09b7f7cc313ff7ca49c8273d71e

Contents?: true

Size: 908 Bytes

Versions: 37

Compression:

Stored size: 908 Bytes

Contents

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

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

37 entries across 37 versions & 1 rubygems

Version Path
aws_assume_role-1.2.2-universal-darwin .rubocop.yml
aws_assume_role-1.2.2-universal-linux .rubocop.yml
aws_assume_role-1.2.2-linux .rubocop.yml
aws_assume_role-1.2.2-universal-openbsd .rubocop.yml
aws_assume_role-1.2.2-universal-freebsd .rubocop.yml
aws_assume_role-1.2.2 .rubocop.yml
aws_assume_role-1.2.1 .rubocop.yml
aws_assume_role-1.2.1-linux .rubocop.yml
aws_assume_role-1.2.1-universal-openbsd .rubocop.yml
aws_assume_role-1.2.1-universal-darwin .rubocop.yml
aws_assume_role-1.2.1-universal-freebsd .rubocop.yml
aws_assume_role-1.2.1-universal-linux .rubocop.yml
aws_assume_role-1.2.0 .rubocop.yml
aws_assume_role-1.2.0-linux .rubocop.yml
aws_assume_role-1.2.0-universal-openbsd .rubocop.yml
aws_assume_role-1.2.0-universal-darwin .rubocop.yml
aws_assume_role-1.2.0-universal-freebsd .rubocop.yml
aws_assume_role-1.2.0-universal-linux .rubocop.yml
aws_assume_role-1.1.1 .rubocop.yml
aws_assume_role-1.1.1-linux .rubocop.yml