Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth-Rewind committed Sep 25, 2023
1 parent ec7a128 commit cb3d7e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions omniauth-azure-devops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/rewind/omniauth-azure-devops'
gem.license = 'MIT'
gem.metadata = {
"bug_tracker_uri" => "#{gem.homepage}/issues",
"changelog_uri" => "#{gem.homepage}/blob/main/CHANGELOG.md",
"documentation_uri" => gem.homepage.to_s,
"homepage_uri" => gem.homepage.to_s,
"source_code_uri" => gem.homepage.to_s,
'bug_tracker_uri' => "#{gem.homepage}/issues",
'changelog_uri' => "#{gem.homepage}/blob/main/CHANGELOG.md",
'documentation_uri' => gem.homepage.to_s,
'homepage_uri' => gem.homepage.to_s,
'source_code_uri' => gem.homepage.to_s,

Check notice on line 20 in omniauth-azure-devops.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L20 <Style/TrailingCommaInHashLiteral>

Avoid comma after the last item of a hash.
Raw output
omniauth-azure-devops.gemspec:20:43: C: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
}

gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|.github|examples)/}) }
Expand Down

0 comments on commit cb3d7e1

Please sign in to comment.