Skip to content

Commit

Permalink
fix: make the linter work again (#419)
Browse files Browse the repository at this point in the history
* first test

* test again
  • Loading branch information
Scartiloffista committed Apr 4, 2024
1 parent 145383a commit da81a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.57.2
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters:
- bidichk
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- durationcheck
Expand Down Expand Up @@ -53,6 +52,7 @@ linters:
- ineffassign
disable:
# Should be readded in the future with a dedicated PR to do the fix
- depguard
- funlen
- gocognit
- gofumpt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run: build

lint:
go vet $(pkgs)
go list ./... | grep -v /vendor/ | xargs -n1 golint
golangci-lint run

tidy:
go mod tidy
Expand Down

0 comments on commit da81a55

Please sign in to comment.