Skip to content

Commit

Permalink
fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Mar 17, 2023
1 parent 780305f commit 5220533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/core/remote/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
module Datadog
module Core
module Remote
# Client communicates with the agent and sync remote configuration
class Client
attr_reader :transport, :repository, :id

Expand Down
3 changes: 3 additions & 0 deletions lib/datadog/core/remote/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
module Datadog
module Core
module Remote
# Configuration
# rubocop:disable Lint/EmptyClass
class Configuration
end
# rubocop:enable Lint/EmptyClass
end
end
end

0 comments on commit 5220533

Please sign in to comment.