Sha256: d5d486e338f49973c35b0afe9b34c490b3db07ccf8fcc40ff925ef7ddefc3545

Contents?: true

Size: 837 Bytes

Versions: 2

Compression:

Stored size: 837 Bytes

Contents

---
AllCops:
    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

Style/IndentationWidth:
    Width: 4

Style/TrailingCommaInArguments:
    EnforcedStyleForMultiline: comma

Style/TrailingCommaInLiteral:
    EnforcedStyleForMultiline: comma

Style/ClassAndModuleChildren:
    Enabled: false

Style/Documentation:
    Enabled: false

Style/VariableName:
    Enabled: false

Style/StringLiterals:
    EnforcedStyle: double_quotes

Style/MethodMissing:
    Enabled: false

Style/TrivialAccessors:
    Enabled: false

Metrics/LineLength:
  Max: 140

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws_assume_role-0.2.0 .rubocop.yml
aws_assume_role-0.1.2 .rubocop.yml