From 4e2204874e80e8ec9cdc3a9095fb7e939cdf3ec6 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 22 Aug 2022 02:34:50 +0200 Subject: [PATCH] golangci: enable 'staticcheck' --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 7f724cc2..ff4372e8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -50,7 +50,7 @@ linters: #- nolintlint #- rowserrcheck #- scopelint - #- staticcheck + - staticcheck #- structcheck ! deprecated since v1.49.0; replaced by 'unused' #- stylecheck #- typecheck