Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 committed Apr 7, 2024
1 parent 6e00d5d commit c897ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ linters:
- gochecknoglobals

linters-settings:
govet:
shadow:
enable: true
# report about shadowed variables
check-shadowing: true

Expand Down

0 comments on commit c897ac1

Please sign in to comment.