Skip to content

Commit

Permalink
ci(lint): fix golangci-lint renamed option
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <[email protected]>
  • Loading branch information
kilianpaquier committed Jul 5, 2024
1 parent 73df753 commit 4211ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ linters-settings:
- name: import-alias-naming
arguments:
- "^[a-z_][a-z_0-9]{0,}$"
- name: imports-blacklist
- name: imports-blocklist
- name: import-shadowing
- name: max-public-structs
arguments: [8]
Expand Down Expand Up @@ -227,6 +227,7 @@ linters-settings:
- name: unhandled-error
arguments:
- bytes.Buffer.Write.*
- fmt.Print
- fmt.Printf
- fmt.Println
- name: unnecessary-stmt
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kilianpaquier/pooling

go 1.22.0

toolchain go1.22.4
toolchain go1.22.5

require (
github.com/panjf2000/ants/v2 v2.10.0
Expand Down

0 comments on commit 4211ecd

Please sign in to comment.