Skip to content

Commit

Permalink
style: Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 4, 2024
1 parent 0faa151 commit ef44e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Exporter
module OTLP
module Metrics
# Util module provide essential functionality for exporter
module Util # rubocop:disable Metrics/ModuleLength
module Util
KEEP_ALIVE_TIMEOUT = 30
RETRY_COUNT = 5
ERROR_MESSAGE_INVALID_HEADERS = 'headers must be a String with comma-separated URL Encoded UTF-8 k=v pairs or a Hash'
Expand Down

0 comments on commit ef44e95

Please sign in to comment.