Closed RafaelPereiraSantos closed 4 years ago
@CodyEngel here it its, do you have any suggestion?
Hey @RafaelPereiraSantos the changes look good to me, only changes I could see are more stylistic ones. In the unit test for FakeColor
I'd move the function before the tests that use it, and the mock for FakeColor
may not require the also
. The documentation looks good though, and I also really liked the idea of having an option to exclude the hex symbol.
I'll work on creating PR templates and setting up a style guide so it's easier for future contributors but this PR looks good to me.
Thanks for the feedback @CodyEngel, I'm sure I can commit these changes before you merge it, since it is pretty simple I will do it right away.
It is a great idea to have a pr template and style guide! I'm looking forward to contribute with this lib in the future, I really enjoy using the Faker in projects I work on in Ruby and I think would be great to have it available in pure Kotlin as well.
Awesome, the changes look good to me @RafaelPereiraSantos, I'll go ahead and merge this.
17 Add Fake Hex Color