When you developed your code and ready to push to origin, you can verify your code first by these two steps:
./gradlew spotlessApply
for formatting your code to meet the lightspeed2's sonar check./gradlew build test
for past all tests and coverage
./gradlew dependencies