Skip to content

Commit 188237a

Browse files
authored
chore: fix rubocop failures (#1415)
1 parent a4efaf3 commit 188237a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

semantic_conventions/opentelemetry-semantic_conventions.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.homepage = 'https://github.com/open-telemetry/opentelemetry-ruby'
2020
spec.license = 'Apache-2.0'
2121

22-
spec.files = ::Dir.glob('lib/**/*.rb') +
23-
::Dir.glob('*.md') +
22+
spec.files = Dir.glob('lib/**/*.rb') +
23+
Dir.glob('*.md') +
2424
['LICENSE', '.yardopts']
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = '>= 2.6.0'

test_helpers/opentelemetry-test-helpers.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.homepage = 'https://github.com/open-telemetry/opentelemetry-ruby'
2020
spec.license = 'Apache-2.0'
2121

22-
spec.files = ::Dir.glob('lib/**/*.rb') +
23-
::Dir.glob('*.md') +
22+
spec.files = Dir.glob('lib/**/*.rb') +
23+
Dir.glob('*.md') +
2424
['LICENSE', '.yardopts']
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = '>= 2.6.0'

0 commit comments

Comments
 (0)