From 9c00fb8f8f2cb643336635d95e7c3fae16c25516 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Mon, 21 Aug 2023 14:23:27 -0400 Subject: [PATCH] feat: enable more golanglint linters --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 8a848b94f..22bab4fd3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -30,7 +30,7 @@ linters: - staticcheck - stylecheck - tenv - - tenv + - thelper - testableexamples - typecheck - unconvert