Sha256: 3d27f6169e644e08defc6e0bf21aabe99e66149616f64a2941dde0412cf81618

Contents?: true

Size: 602 Bytes

Versions: 6

Compression:

Stored size: 602 Bytes

Contents

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Metrics/MethodLength:
  IgnoredMethods:
    - build_ghost_command
    - mysql2_ghost_connection

Metrics/ModuleLength:
  Exclude:
    - lib/ghost_adapter/config.rb

Metrics/AbcSize:
  IgnoredMethods:
    - build_ghost_command
    - mysql2_ghost_connection

Metrics/PerceivedComplexity:
  IgnoredMethods:
    - mysql2_ghost_connection

AllCops:
  SuggestExtensions: false
  TargetRubyVersion: 2.5
  NewCops: enable

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ghost_adapter-0.2.3 .rubocop.yml
ghost_adapter-0.2.2 .rubocop.yml
ghost_adapter-0.2.1 .rubocop.yml
ghost_adapter-0.2.0 .rubocop.yml
ghost_adapter-0.1.4 .rubocop.yml
ghost_adapter-0.1.3 .rubocop.yml