ci/golangci: fix comment
This commit is contained in:
parent
bb2ddeeffa
commit
478ea22a3f
|
@ -17,7 +17,7 @@ linters:
|
||||||
# additional linters
|
# additional linters
|
||||||
- gosec
|
- gosec
|
||||||
- forcetypeassert
|
- forcetypeassert
|
||||||
# - contextcheck # disabled because
|
# - contextcheck # disabled in CI for now because fixes to findings need additional work
|
||||||
- noctx
|
- noctx
|
||||||
# - unconvert # disable because extra conversion typically don't hurt but can make code more clear
|
# - unconvert # disable because extra conversion typically don't hurt but can make code more clear
|
||||||
- unparam
|
- unparam
|
||||||
|
|
Loading…
Reference in New Issue