concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.
Apache License 2.0
109 stars 20 forks source link

DeteKT or Ktlint #91

Closed victorolinasc closed 6 years ago

victorolinasc commented 6 years ago

A nice addition to the project would be to have a more standardized code base following either detekt or ktlint. I think detekt is easier to integrate currently than ktlint but that is just my opinion.

heitorcolangelo commented 6 years ago

I'm more familiar with Ktlint, but it's ok to use DeteKT. Feel free to integrate any of these to the project! Thanks again!

heitorcolangelo commented 6 years ago

@victorolinasc I've opened a PR for this enhancement, can you please make a code review for me? Thanks! https://github.com/heitorcolangelo/kappuccino/pull/95

heitorcolangelo commented 6 years ago

@victorolinasc ?

cs-victor-nascimento commented 6 years ago

Let's stick with ktlint then :)