Sha256: a6d11d258f717daf4123168cd1a8ec93350db2b0b1a4b588fc2922ce0b9464ea

Contents?: true

Size: 1.7 KB

Versions: 3

Compression:

Stored size: 1.7 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-10-03 22:57:47 UTC using RuboCop version 1.36.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: 412
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 54
  Exclude:
    - test/**/*
    - infinite_tracing/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: 263
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

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

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

Style/RedundantStringEscape:
  Exclude:
    - 'test/new_relic/agent/logging_test.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-8.14.0 .rubocop_todo.yml
newrelic_rpm-8.13.1 .rubocop_todo.yml
newrelic_rpm-8.13.0 .rubocop_todo.yml