Skip to content

Commit fd9f719

Browse files
test commit
1 parent 4025283 commit fd9f719

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ report:
1010
make -C app report
1111
lint:
1212
make -C app lint
13-
14-
check:
15-
make -C app check
16-
apply:
17-
make -C app apply
18-
1913
.PHONY: build

app/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ report:
1212
./gradlew jacocoTestReport
1313
lint:
1414
./gradlew checkstyleMain
15-
16-
check:
17-
./gradlew spotlessCheck
18-
apply:
19-
./gradlew spotlessApply
2015
.PHONY: build

0 commit comments

Comments
 (0)