Sha256: b49ae6bdfe5dbeafbc74ddc0d35ee74b94476f879eabc5088566e1eef2b96440

Contents?: true

Size: 999 Bytes

Versions: 2

Compression:

Stored size: 999 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-rake

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

Naming/VariableNumber:
  EnforcedStyle: snake_case

Style/Documentation:
  Exclude:
    - lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
    - lib/pg/aws_rds_iam/active_record_postgresql_database_tasks/**/*.rb
    - 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.4.2 .rubocop.yml
pg-aws_rds_iam-0.4.1 .rubocop.yml