Skip to content

Commit

Permalink
Disable false positive lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Apr 26, 2022
1 parent 43c6915 commit 5dba9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.41.1
version: v1.45.1
- run: go build ./cmd/goverter
- run: go test -coverpkg ./... -coverprofile=coverage.txt -covermode=atomic ./...
- run: bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linters:
- nakedret
- nolintlint
- sqlclosecheck
- staticcheck
- structcheck
- typecheck
- unconvert
Expand All @@ -35,6 +34,7 @@ linters:
- errcheck
- funlen
- gochecknoglobals
- staticcheck
- gocognit
- goconst
- gocyclo
Expand Down

0 comments on commit 5dba9cd

Please sign in to comment.