This setting makes run lint on every commit.
$ git config core.hookspath .githooks
This setting makes it easier to run the test code out of the box.
// Gradle Build and run with IntelliJ IDEA
Build, Execution, Deployment > Build Tools > Gradle > Run tests using > IntelliJ IDEA