Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 13, 2023
1 parent d477352 commit 0ec73a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ linters-settings:
- ^ioutil\..*$
# Using http.DefaultServeMux is discouraged because it's a global variable that some packages silently and magically add handlers to (esp. net/http/pprof).
# Applications wishing to use http.ServeMux should obtain local instances through http.NewServeMux() instead of using the global default instance.
- ^http.DefaultServeMux$
- ^http.Handle(?:Func)?$
- ^http\.DefaultServeMux$
- ^http\.Handle(?:Func)?$
gocritic:
enabled-checks:
- boolExprSimplify
Expand Down

0 comments on commit 0ec73a0

Please sign in to comment.