Skip to content

Commit

Permalink
chore: update golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 9, 2024
1 parent b0a2689 commit 4462bee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ linters-settings:
- io.Copy
- os.RemoveAll
govet:
check-shadowing: true
enable:
- nilness
- shadow
gocyclo:
min-complexity: 30
goimports:
Expand Down

0 comments on commit 4462bee

Please sign in to comment.