Skip to content

Commit

Permalink
Remove deprecated govet option
Browse files Browse the repository at this point in the history
This commit removes the deprecated option linters.govet.check-shadowing
that causes a warning when running golangci-lint without the environment
variable `LOG_LEVEL=error`
  • Loading branch information
maraino committed May 15, 2024
1 parent fb9d029 commit 64a3174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ linters-settings:
- github.com/google/go-attestation # temporarily replaced with github.com/smallstep/go-attestation till changes are in upstream

govet:
check-shadowing: true
# Enable all analyzers.
# Default: false
enable-all: true
Expand Down

0 comments on commit 64a3174

Please sign in to comment.