refactoring
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-08-24 11:42:32 +02:00
parent 59c0342bd7
commit 98a3041507
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ tool-gofumpt:
which golangci-lint > /dev/null 2>&1 || go install mvdan.cc/gofumpt@latest
fmt: tool-gofumpt
gofumpt -w --extra ./
gofumpt -w --extra ./src
.ONESHELL:
run-code-quality-analysis: