From 9d847ca31747bc55a995c08540bc9afec9e9714b Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Tue, 3 Dec 2024 15:49:53 +0100 Subject: [PATCH] add a comment --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 623f2f2f3..f4c7363eb 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -5,6 +5,8 @@ linters: # Enable specific linter # https://golangci-lint.run/usage/linters/#enabled-by-default enable: + # errcheck and govet are part of default setup and should be included but give too many errors now + # once errors are fixed, they should be enabled here: #- errcheck - gosimple #- govet