mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #927] [MERGED] Run golangci-lint in CI #1933
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1933
Loading…
Add table
Add a link
Reference in a new issue
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?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/927
Author: @pior
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/26/2024
Merged by: @kamikazechaser
Base:
master← Head:golangci-lint📝 Commits (2)
ebe1d6cSetup golangci-lint in CI and local-devc17cc47Fix linting error or locally disable linter📊 Changes
12 files changed (+50 additions, -29 deletions)
View changed files
📝
.github/workflows/build.yml(+14 -0)📝
Makefile(+5 -1)📝
benchmark_test.go(+4 -4)📝
client.go(+1 -1)📝
client_test.go(+1 -1)📝
heartbeat.go(+3 -1)📝
internal/base/base.go(+13 -13)📝
internal/rdb/rdb_test.go(+1 -1)📝
periodic_task_manager.go(+3 -4)📝
processor_test.go(+1 -1)📝
scheduler.go(+3 -1)📝
server_test.go(+1 -1)📄 Description
Context
We want to run linters in CI
Changes
The fix for the context.CancelFunc errors has its own PR since it's a bug: https://github.com/hibiken/asynq/pull/926
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.