From 7f27d800237f9700464403336442f7413763a016 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 4 Jun 2025 12:49:07 +0300 Subject: [PATCH] docs: add a note about `GL_DEBUG=staticcheck` --- .golangci.next.reference.yml | 1 + 1 file changed, 1 insertion(+) 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.