update
This commit is contained in:
parent
39ded6bc91
commit
82ec7335cb
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -70,3 +70,4 @@ session.json
|
||||||
bin/
|
bin/
|
||||||
.env
|
.env
|
||||||
.cursor/
|
.cursor/
|
||||||
|
log.txt
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,6 @@ tasks:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
desc: Run linter
|
desc: Run linter
|
||||||
cmd: golangci-lint run ./...
|
cmd: golangci-lint run --fix ./...
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue