Closed tdaffin closed 6 years ago
This is awesome, thank you!
As promised, :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:
Also I completely forgot I had this set up, but running ./gradlew spotlessApply
will automatically reformat code to match the style used in this repo. I recommend trying it out! (Don't worry about doing that for this PR, I can take care of it :smiley: )
Thanks! :munch: :munch: :munch: Spotless is pretty cool. I'll make sure I use it next time :)
I've used fast classpath scanner to remove the need for the 'barometer.numClasses' system property.
The only disadvantage I can see to this is that users have to add fast-classpath-scanner to their testRuntime dependencies, but I think that isn't too onerous.
I've gone ahead and updated the README as well.