Skip to content

Commit

Permalink
Set typed false on tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
jennchenn committed Aug 26, 2022
1 parent 02049c4 commit 9b8b97a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/datadog/tracing.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: ignore
# typed: false

require_relative 'core'
require_relative 'tracing/pipeline'
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/extensions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: ignore
# typed: false

require 'set'

Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/hook.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: ignore
# typed: false

module Datadog
module Tracing
Expand Down
2 changes: 1 addition & 1 deletion spec/datadog/tracing_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: ignore
# typed: false

require 'spec_helper'

Expand Down

0 comments on commit 9b8b97a

Please sign in to comment.