Sha256: bc9881d8697a154b7fa8fa3a8cf98e0f1a3c036fcf686a2bbdcab3ba60609cb0

Contents?: true

Size: 806 Bytes

Versions: 1

Compression:

Stored size: 806 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable
  Exclude:
    - bin/bundle
    - bin/rake
    - bin/yard
    - vendor/**/*

Layout/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Minitest/MultipleAssertions:
  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

1 entries across 1 versions & 1 rubygems

Version Path
pg-aws_rds_iam-0.2.0 .rubocop.yml