mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[PR #14] [MERGED] Add common linters #30
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#30
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/devnullvoid/pvetui/pull/14
Author: @devnullvoid
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @devnullvoid
Base:
develop← Head:codex/refactor-project-for-go-best-practices📝 Commits (5)
4b602fc✨ Add Windows ARM64 build supportf0276b7Add common linters445e9f1Merge branch 'develop' into codex/refactor-project-for-go-best-practicesf47554cFix lint config output formatc5e259cMerge branch 'codex/refactor-project-for-go-best-practices' of github.com:devnullvoid/proxmox-tui into codex/refactor-project-for-go-best-practices📊 Changes
14 files changed (+163 additions, -104 deletions)
View changed files
📝
.github/workflows/release.yml(+3 -1)📝
.golangci.yml(+8 -81)➕
AGENTS.md(+19 -0)📝
CHANGELOG.md(+8 -1)📝
Makefile(+1 -0)📝
internal/cache/cache_test.go(+2 -2)📝
internal/ssh/client.go(+42 -9)➕
internal/ssh/client_test.go(+34 -0)➕
internal/ssh/executor.go(+21 -0)📝
internal/ui/app_runner.go(+1 -0)📝
pkg/api/auth_test.go(+2 -1)📝
test/integration/api_client_integration_test.go(+4 -1)📝
test/integration/cache_integration_test.go(+16 -6)📝
test/integration/end_to_end_integration_test.go(+2 -2)📄 Description
Summary
Testing
make buildmake lintgo vet ./...make testhttps://chatgpt.com/codex/tasks/task_e_68649b45b1308328b97af3ebc450347a
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.