diff --git a/.golangci.next.reference.yml b/.golangci.next.reference.yml index abc9c060efbe..96559b4ec4e1 100644 --- a/.golangci.next.reference.yml +++ b/.golangci.next.reference.yml @@ -2850,6 +2850,7 @@ linters: http-status-code-whitelist: [ "200", "400", "404", "500" ] # SAxxxx checks in https://staticcheck.dev/docs/configuration/options/#checks # Example (to disable some checks): [ "all", "-SA1000", "-SA1001"] + # Run `GL_DEBUG=staticcheck golangci-lint run --enable=staticcheck` to see all available checks and enabled by config checks. # Default: ["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022"] checks: # Invalid regular expression.