Skip to content

Commit

Permalink
Disable go vet for generated parser code
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <[email protected]>
  • Loading branch information
haaawk committed Jul 15, 2024
1 parent ea09794 commit 34804dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: go get ./...

- name: Vet
run: go vet -v ./...
run: go vet -v $(go list ./... | grep -v "github.com/tursodatabase/libsql-client-go/sqliteparser$")

- name: Install sqlclosecheck
run: go install github.com/ryanrolds/sqlclosecheck@latest
Expand Down

0 comments on commit 34804dd

Please sign in to comment.