Skip to content

Commit

Permalink
even more typing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 22, 2023
1 parent 4504d13 commit bbfac20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sig/datadog/ci/contrib/rspec/integration.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module Datadog
module Contrib
module RSpec
class Integration
extend Datadog::Tracing::Contrib::Integration
include Datadog::Tracing::Contrib::Integration

MINIMUM_VERSION: untyped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Datadog

def compatible?: () -> bool

def register_as: (Symbol key, Hash options) -> untyped
def register_as: (Symbol key, Hash[Symbol, untyped] options) -> untyped
end
end
end
Expand Down

0 comments on commit bbfac20

Please sign in to comment.