Sha256: c20c7e2b0ecaef6d275fa32a43b23395e95a06863f4d3a3058badb616616db1e

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 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/**/*

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

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

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-8.12.0 .rubocop_todo.yml
newrelic_rpm-8.11.0 .rubocop_todo.yml