This commit is contained in:
6543 2022-06-10 20:01:00 +02:00
parent 50df84eec9
commit 0efadb6344
4 changed files with 12 additions and 8 deletions

View file

@ -13,7 +13,7 @@ build:
lint: tool-golangci tool-gofumpt
[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }; \
golangci-lint run --timeout 5m
golangci-lint run --timeout 5m --build-tags integration
tool-golangci:
@hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \