Sha256: 7770e20269092b0539a9afe4b8a2511cf7fbc396ccba2ecf5a01f9dff4ebbe3c

Contents?: true

Size: 1.78 KB

Versions: 4

Compression:

Stored size: 1.78 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-02-02 15:27:55 UTC using RuboCop version 1.44.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 422
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 40
  Exclude:
    - infinite_tracing/test/**/*
    - lib/new_relic/cli/commands/deployments.rb
    - test/**/*

# This cop supports safe autocorrection (--autocorrect).
Minitest/AssertInDelta:
  Enabled: true

# Offense count: 7
Minitest/AssertRaisesCompoundBody:
  Exclude:
    - 'test/new_relic/agent/collector_response_code_test.rb'
    - 'test/new_relic/agent/new_relic_service_test.rb'
    - 'test/new_relic/cli/commands/deployments_test.rb'

# Offense count: 4
Minitest/DuplicateTestRun:
  Exclude:
    - 'test/multiverse/suites/rails/error_tracing_test.rb'
    - 'test/multiverse/suites/sinatra/ignoring_test.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Minitest/EmptyLineBeforeAssertionMethods:
  Exclude:
    - 'test/new_relic/agent_test.rb'
    - 'test/new_relic/cli/commands/deployments_test.rb'

# Offense count: 269
Minitest/MultipleAssertions:
  Max: 28

# Offense count: 129
# This cop supports safe autocorrection (--autocorrect).
Minitest/RefutePredicate:
  Enabled: false

# Offense count: 27
# This cop supports safe autocorrection (--autocorrect).
Minitest/TestMethodName:
  Enabled: false

Style/ConcatArrayLiterals:
  Enabled: false

Minitest/RefuteRespondTo:
  Exclude:
    - 'test/new_relic/cli/commands/deployments_test.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-9.2.2 .rubocop_todo.yml
newrelic_rpm-9.2.1 .rubocop_todo.yml
newrelic_rpm-9.2.0 .rubocop_todo.yml
newrelic_rpm-9.1.0 .rubocop_todo.yml