fix taskfile
All checks were successful
Deploy / CreateImage (push) Successful in 2m50s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
skeris 2025-01-04 17:00:27 +03:00
parent daa234acac
commit 47faa574ac
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored

@ -160,3 +160,4 @@ fabric.properties
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,goland,go
/recover.bolt
main

@ -3,8 +3,8 @@ version: "3"
tasks:
update-linter:
cmds:
- go get -u penahub.gitlab.yandexcloud.net/devops/linters/golang.git
- go get -u gitea.pena/PenaSide/linters-golang
lint:
cmds:
- task: update-linter
- cmd: golangci-lint run -v -c $(go list -f '{{"{{"}}.Dir{{"}}"}}' -m penahub.gitlab.yandexcloud.net/devops/linters/golang.git)/.golangci.yml
- cmd: golangci-lint run -v -c $(go list -f '{{"{{"}}.Dir{{"}}"}}' -m gitea.pena/PenaSide/linters-golang)/.golangci.yml

@ -2,7 +2,6 @@ package client
import (
"encoding/json"
"errors"
"fmt"
"gitea.pena/PenaSide/codeword/internal/models"
"github.com/gofiber/fiber/v2"