Skip to content

Commit

Permalink
disable Lint/DuplicateMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Jul 25, 2023
1 parent 283279b commit 64b6ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/new_relic/agent/instrumentation/roda/chain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

# rubocop:disable Lint/DuplicateMethods
module NewRelic::Agent::Instrumentation
module Roda
module Chain
Expand Down Expand Up @@ -43,3 +44,4 @@ def build_rack_app
end
end
end
# rubocop:enable Lint/DuplicateMethods

0 comments on commit 64b6ac9

Please sign in to comment.