Sha256: a4c04f786e5a12993f47114cfad097d70316277ad57d0ec4e3df9dc5fff0d186

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  NewCops: disable
  SuggestExtensions: false
  Exclude:
    - Gemfile
    - Guardfile
    - Rakefile
    - '.**'
    - '**.gemspec'
    - 'bin/**/*'
    - 'config/**/*'
    - 'test/**/*'
    - 'spec/**/*'
    - 'vendor/**/*'
    - '**/**.bak'
    - '**/**.yml'
  TargetRubyVersion: 2.6
  UseCache: true

Layout/EmptyLineBetweenDefs:
  Enabled: false
Layout/LineLength:
  Max: 160
Metrics/AbcSize:
  Enabled: false
Metrics/MethodLength:
  Max: 30
Naming/MemoizedInstanceVariableName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ldap_query-0.0.1 .rubocop.yml