Closed amatsuda closed 6 months ago
@amatsuda Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
@pivotal-cla This is an Obvious Fix
@amatsuda This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.
This patch fixes three kinds of Ruby warnings that we see when requiring this gem.
The first commit is a simple fix for
/
ambiguity.The next commit is a fix for an obvious circluar require between
package.rb
andpackages/go_package.rb
introduced via 860de9ea6f25b91c8dea1558a687e3d76a523d35.The third commit fixes a redundant Regexp literal.
You may notice some more warnings in package_managers/yarn.rb, but this seems to be already fixed via f57745be34bb7774577ea577671ea7b5c3246576 in master branch.