You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Automatic code formatting via [Spotless](https://github.com/diffplug/spotless) (`google-java-format` and `ktlint`)
13
+
- Automatic code formatting via [Spotless](https://github.com/diffplug/spotless) ([`google-java-format`](https://github.com/google/google-java-format) and [`ktlint`](https://github.com/pinterest/ktlint))
14
14
- Code style analysis via [Checkstyle](https://github.com/checkstyle/checkstyle)
15
15
- Static analysis via [SpotBugs](https://spotbugs.github.io/)
16
16
- Unit and integration test support via [JUnit 5](https://junit.org/junit5/) and [TestSets plugin](https://github.com/unbroken-dome/gradle-testsets-plugin)
0 commit comments