Sha256: 6700c1037ee8b4d6c95da10a07e1eec5244b7d6fd667ab55e2dc8ad9efdc18cf

Contents?: true

Size: 871 Bytes

Versions: 7

Compression:

Stored size: 871 Bytes

Contents

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Layout/LineLength:
  Exclude:
    - spec/**/*_spec.rb

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

Metrics/ClassLength:
  CountAsOne:
    - 'array'
    - 'hash'
    - 'heredoc'
  Max: 150

Metrics/MethodLength:
  Max: 15
  CountAsOne:
    - 'array'
    - 'hash'
    - 'heredoc'
  IgnoredMethods:
    - build_ghost_command
    - mysql2_ghost_connection

Metrics/ModuleLength:
  CountAsOne:
    - 'array'
    - 'hash'
    - 'heredoc'
  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

7 entries across 7 versions & 1 rubygems

Version Path
ghost_adapter-0.7.0 .rubocop.yml
ghost_adapter-0.6.0 .rubocop.yml
ghost_adapter-0.5.0 .rubocop.yml
ghost_adapter-0.4.2 .rubocop.yml
ghost_adapter-0.4.1 .rubocop.yml
ghost_adapter-0.4.0 .rubocop.yml
ghost_adapter-0.3.0 .rubocop.yml