Skip to content

fix: resolve golangci-lint warnings in recoverStuckTickets#33

Merged
Neokil merged 2 commits into
mainfrom
fix-lint
Jun 5, 2026
Merged

fix: resolve golangci-lint warnings in recoverStuckTickets#33
Neokil merged 2 commits into
mainfrom
fix-lint

Conversation

@Neokil
Copy link
Copy Markdown
Owner

@Neokil Neokil commented Jun 5, 2026

  • Remove unnecessary leading newlines (whitespace)
  • Add blank lines before continue statements (nlreturn)
  • Rename rt→runtime, st→state for scope length (varnamelen)
  • Split inline if err := into plain assignment (noinlineerr)

- Remove unnecessary leading newlines (whitespace)
- Add blank lines before continue statements (nlreturn)
- Rename rt→runtime, st→state for scope length (varnamelen)
- Split inline if err := into plain assignment (noinlineerr)
@Neokil Neokil self-assigned this Jun 5, 2026
@Neokil Neokil marked this pull request as ready for review June 5, 2026 12:59
@Neokil Neokil merged commit 7cd6c1b into main Jun 5, 2026
6 checks passed
@Neokil Neokil deleted the fix-lint branch June 5, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant