mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
less indirect
This commit is contained in:
parent
b2323ee8a5
commit
7c45a420e4
4 changed files with 34 additions and 35 deletions
1
Justfile
1
Justfile
|
@ -18,6 +18,7 @@ build-tag VERSION:
|
|||
lint: tool-golangci tool-gofumpt
|
||||
[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }; \
|
||||
golangci-lint run --timeout 5m --build-tags integration
|
||||
# TODO: run editorconfig-checker
|
||||
|
||||
fmt: tool-gofumpt
|
||||
gofumpt -w --extra .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue