Sha256: cd0d045674f88bd6d08f75a5f543d6aefb53a9edcf80fd7873cd905943cf9365

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml
  - .rubocop_dnsimple.yml

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  Exclude:
    - '*.gemspec'
    - 'Rakefile'

# [codesmell]
# It's irrelevant here, but it could be a code smell.
# Hence keep it disabled, but don't include it in the DNSimple suite.
Lint/Loop:
  Enabled: false

# It doesn't seem to work as expected.
Style/IfUnlessModifier:
  Enabled: false

# This rule suggest to use safe navigation (&.) operator which was introduced
# with Ruby 2.3. Because we are supporting Ruby 2.0+ we can't use this operator.
Style/SafeNavigation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dnsimple-6.0.0 .rubocop.yml