Sha256: 8ccc6302cc3f0c2bc975f03ee75a12f01487c4b88fc3bc27d277965f46070afa

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  Include:
    - '**/Rakefile'

Metrics/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/IndentationConsistency:
  EnforcedStyle: rails

Style/CollectionMethods:
  PreferredMethods:
    collect: 'map'
    collect!: 'map!'
    inject: 'reduce'
    detect: 'find'
    find_all: 'select'

Style/WordArray:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/SingleLineBlockParams:
  Enabled: false

Style/SignalException:
  Enabled: false

#RSpec/ExampleWording:
#  CustomTransform:
#    be: is
#    have: has
#    not: does not
#    NOT: does NOT
#  IgnoredWords:
#    - only
#
#RSpec/FilePath:
#  Enabled: false
#
#RSpec/InstanceVariable:
#  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ldap_disambiguate-0.0.5 .rubocop.yml
ldap_disambiguate-0.0.4 .rubocop.yml