pre-commit: use more of golangci-lint
#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently there is no configuration so what happens is it only runs basic checks.
it might be a good idea to tune that a little and have
golangci-lintrun stuff in parallel.fixed by:
f26701d416, which addedgolangci-lintconfiguration and1f62d3dec6, which edited pre-commit to make greater use of it.