We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0005568 commit 8e7d2faCopy full SHA for 8e7d2fa
README.md
@@ -32,6 +32,10 @@ An executable file named `pullpitoK` should be generated in the current director
32
33
## Dev tasks
34
35
+### Format the code
36
+
37
+ ./gradlew spotlessApply
38
39
### Inspect the code
40
41
Code inspection is configured on the master branch. See the [sonarcloud.io's dashboard](https://sonarcloud.io/dashboard?id=nicokosi_pullpitoK).
build.gradle.kts
@@ -4,6 +4,7 @@ plugins {
4
id("com.github.ben-manes.versions") version "0.28.0"
5
id("com.github.johnrengelman.shadow") version "5.2.0"
6
id("com.adarshr.test-logger") version "2.0.0"
7
+ id("com.diffplug.gradle.spotless") version "3.25.0"
8
application
9
}
10
0 commit comments