Skip to content

Commit 8e7d2fa

Browse files
committed

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ An executable file named `pullpitoK` should be generated in the current director
3232

3333
## Dev tasks
3434

35+
### Format the code
36+
37+
./gradlew spotlessApply
38+
3539
### Inspect the code
3640

3741
Code inspection is configured on the master branch. See the [sonarcloud.io's dashboard](https://sonarcloud.io/dashboard?id=nicokosi_pullpitoK).

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
id("com.github.ben-manes.versions") version "0.28.0"
55
id("com.github.johnrengelman.shadow") version "5.2.0"
66
id("com.adarshr.test-logger") version "2.0.0"
7+
id("com.diffplug.gradle.spotless") version "3.25.0"
78
application
89
}
910

0 commit comments

Comments
 (0)