Sha256: 93c5a2bf1d4cdb330f8e946d4c90afd603807bf4bad054e9364948897db0023e

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5
  Exclude:
    - vendor/**/*
    - tmp/**/*

Layout/LineLength:
  Max: 180

Style/SymbolArray:
  EnforcedStyle: brackets

Style/Lambda:
  EnforcedStyle: literal

Naming/MethodParameterName:
  AllowedNames:
    - id

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/Documentation:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Layout/MultilineOperationIndentation:
  Enabled: false

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/FirstArrayElementIndentation:
  Enabled: false

Layout/FirstArgumentIndentation:
  Enabled: false

Layout/ClosingParenthesisIndentation:
  Enabled: false

Layout/ArgumentAlignment:
  Enabled: false

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
pg_sql_caller-0.2.2 .rubocop.yml
pg_sql_caller-0.2.1 .rubocop.yml
pg_advisory_lock-0.3.0 .rubocop.yml
pg_sql_caller-0.2.0 .rubocop.yml
pg_advisory_lock-0.2.0 .rubocop.yml
pg_advisory_lock-0.1.1 .rubocop.yml
pg_advisory_lock-0.1.0 .rubocop.yml
pg_sql_caller-0.1.0 .rubocop.yml