ci/golangci: fix comment

This commit is contained in:
tbjump 2023-05-04 17:37:49 +00:00 committed by tbjump
parent bb2ddeeffa
commit 478ea22a3f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ linters:
# additional linters
- gosec
- forcetypeassert
# - contextcheck # disabled because
# - contextcheck # disabled in CI for now because fixes to findings need additional work
- noctx
# - unconvert # disable because extra conversion typically don't hurt but can make code more clear
- unparam