This commit is contained in:
John Doe 2025-04-02 02:56:49 +03:00
parent 39ded6bc91
commit 82ec7335cb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -70,3 +70,4 @@ session.json
bin/
.env
.cursor/
log.txt

View file

@ -42,6 +42,6 @@ tasks:
lint:
desc: Run linter
cmd: golangci-lint run ./...
cmd: golangci-lint run --fix ./...