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/
|
||||
.env
|
||||
.cursor/
|
||||
log.txt
|
||||
|
|
|
|||
|
|
@ -42,6 +42,6 @@ tasks:
|
|||
|
||||
lint:
|
||||
desc: Run linter
|
||||
cmd: golangci-lint run ./...
|
||||
cmd: golangci-lint run --fix ./...
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue