Sha256: 0f353146d3025299013a8b859cddd9a97b14985043f844a972489e4b62127f5c

Contents?: true

Size: 693 Bytes

Versions: 2

Compression:

Stored size: 693 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - bin/bundle
    - bin/rake
    - bin/yard
    - vendor/**/*

Layout/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Naming/ClassAndModuleCamelCase:
  Enabled: false

Style/Documentation:
  Exclude:
    - lib/pg/aws_rds_iam/auth_token_injector.rb
    - lib/pg/aws_rds_iam/connection_info.rb
    - lib/pg/aws_rds_iam/connection_info/**/*.rb
    - lib/pg/aws_rds_iam/connection.rb
    - test/**/*.rb

Style/HashSyntax:
  Exclude:
    - Rakefile

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pg-aws_rds_iam-0.1.1 .rubocop.yml
pg-aws_rds_iam-0.1.0 .rubocop.yml