add a comment

This commit is contained in:
Denis Bilenko 2024-12-03 15:49:53 +01:00
parent 8cc8173236
commit 9d847ca317
1 changed files with 2 additions and 0 deletions

View File

@ -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