Skip to content

Commit

Permalink
chore: update lint to 1.56.2 and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 27, 2024
1 parent 5d64368 commit f9c05e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.56.2
args: --verbose

test:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"gofmt",
"goimports",
"golangci",
"gomega",
"gomnd",
"goreleaser",
"gosec",
Expand All @@ -37,7 +38,9 @@
"linters",
"mattn",
"nakedret",
"nolint",
"nolintlint",
"onsi",
"outdir",
"pixa",
"prealloc",
Expand Down
4 changes: 2 additions & 2 deletions i18n/i18n_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package i18n_test
import (
"testing"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/onsi/ginkgo/v2" //nolint:revive // ginkgo ok
. "github.com/onsi/gomega" //nolint:revive // gomega ok
)

func TestI18n(t *testing.T) {
Expand Down

0 comments on commit f9c05e2

Please sign in to comment.