-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add YARD doc for Faker::Code #2058
Conversation
lib/faker/default/code.rb
Outdated
# Retrieves a real Amazon ASIN code list taken from | ||
# https://archive.org/details/asin_listing | ||
## | ||
# Retrieves a real Amazon ASIN code from https://archive.org/details/asin_listing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL no longer works. Not sure if it should be kept here?
I tried to find another listing but couldn't find anything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasqueiroz https://archive.org/details/asin_listing works for me, were you including the period in the URL?
@Zeragamba maybe we should just remove the period at the end of the URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's probably it then, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a few changes but looks good otherwise! :) Ping me once it's updated and I'll review it again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small things
sorry for the delay. Thought I had made those changes... apparently not :P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Zeragamba One last thing and then I swear it's done! You can apply these changes and then merge :)
Co-authored-by: Connor Shea <[email protected]>
Co-authored-by: Connor Shea <[email protected]>
Co-authored-by: Connor Shea <[email protected]>
Co-authored-by: Connor Shea <[email protected]>
* Add YARD doc for Faker::Code * update version tags * use ascii characters * fix documentation * restrict values for base * fix code review comments * Update lib/faker/default/code.rb Co-authored-by: Connor Shea <[email protected]> * Update lib/faker/default/code.rb Co-authored-by: Connor Shea <[email protected]> * Update lib/faker/default/code.rb Co-authored-by: Connor Shea <[email protected]> * Update lib/faker/default/code.rb Co-authored-by: Connor Shea <[email protected]> Co-authored-by: Cuthbert Guerrero <[email protected]> Co-authored-by: Vitor Oliveira <[email protected]> Co-authored-by: Connor Shea <[email protected]>
Issue#
#1762 (includes #1961)
Description:
The PR adds YARD docs for Faker::Code