pre-commit: use more of golangci-lint
#5
Labels
No Label
breakage/local
breakage/upstream
bug
duplicate
enhancement
help wanted
invalid
pertains/ci
pertains/go
pertains/nix
pertains/pre-commit
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: wanderer/go-xkcdreader#5
Loading…
Reference in New Issue
Block a user
No description provided.
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-lint
run stuff in parallel.fixed by:
f26701d416
, which addedgolangci-lint
configuration and1f62d3dec6
, which edited pre-commit to make greater use of it.