CodyEngel / fakek

A faker library for Kotlin.
Apache License 2.0
7 stars 6 forks source link

Add fake beer #51

Closed mattkimmel closed 3 years ago

mattkimmel commented 3 years ago

Closes #36

Description

Creates a FakeBeer class that wraps a corresponding fake in java-faker, to provide all the fake beer your code can drink.

Technical Details

Code Samples

fun main() {
    // fakeBeer: FakeBeer(name=Koors, style=Lager, hop=Cashmere, malt=Caramel, yeast=Pilsen)
    fakek { println("fakeBeer: $fakeBeer") }
}

Reviewers: @CodyEngel

mattkimmel commented 3 years ago

Hi @CodyEngel, here's the new PR as per your request. I'm having trouble getting the detekt libs (can't connect to that repository at the moment), but I did fix the newline issue.

CodyEngel commented 3 years ago

Awesome thank you @mattkimmel, it looks like CircleCI still isn't able to run the checks. I'll look into this more this evening to see if I can get it resolved.

mattkimmel commented 3 years ago

No worries, Circle can be weird. Happy Hacktoberfest!