[PR #2212] [MERGED] more linter fixups #2549

Closed
opened 2025-12-29 03:21:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2212
Author: @kradalby
Created: 10/24/2024
Status: Merged
Merged: 11/22/2024
Merged by: @kradalby

Base: mainHead: kradalby/lint-fixing


📝 Commits (3)

📊 Changes

16 files changed (+533 additions, -398 deletions)

View changed files

📝 .golangci.yaml (+6 -0)
📝 flake.nix (+1 -1)
📝 hscontrol/db/db_test.go (+5 -4)
📝 hscontrol/db/ip_test.go (+16 -5)
📝 hscontrol/db/node_test.go (+32 -31)
📝 hscontrol/oidc.go (+1 -1)
📝 hscontrol/policy/acls.go (+1 -1)
📝 hscontrol/policy/acls_test.go (+92 -22)
📝 hscontrol/templates/windows.go (+3 -2)
📝 hscontrol/types/config_test.go (+45 -14)
📝 hscontrol/util/string_test.go (+2 -1)
📝 integration/acl_test.go (+87 -86)
📝 integration/cli_test.go (+151 -144)
📝 integration/general_test.go (+14 -10)
📝 integration/route_test.go (+74 -74)
📝 integration/scenario.go (+3 -2)

📄 Description

Fixes a good bunch, still some left.

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2212 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/lint-fixing` --- ### 📝 Commits (3) - [`f5feff7`](https://github.com/juanfont/headscale/commit/f5feff7c22e77d1b220f087f45b4dacff5d03b04) linter fixes - [`59f4791`](https://github.com/juanfont/headscale/commit/59f47913fe38521f227bb1f0a38e51f5567bbd39) conf - [`aa85454`](https://github.com/juanfont/headscale/commit/aa85454185a54ef9cae449ea9a58964344adf08e) update nix hash ### 📊 Changes **16 files changed** (+533 additions, -398 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yaml` (+6 -0) 📝 `flake.nix` (+1 -1) 📝 `hscontrol/db/db_test.go` (+5 -4) 📝 `hscontrol/db/ip_test.go` (+16 -5) 📝 `hscontrol/db/node_test.go` (+32 -31) 📝 `hscontrol/oidc.go` (+1 -1) 📝 `hscontrol/policy/acls.go` (+1 -1) 📝 `hscontrol/policy/acls_test.go` (+92 -22) 📝 `hscontrol/templates/windows.go` (+3 -2) 📝 `hscontrol/types/config_test.go` (+45 -14) 📝 `hscontrol/util/string_test.go` (+2 -1) 📝 `integration/acl_test.go` (+87 -86) 📝 `integration/cli_test.go` (+151 -144) 📝 `integration/general_test.go` (+14 -10) 📝 `integration/route_test.go` (+74 -74) 📝 `integration/scenario.go` (+3 -2) </details> ### 📄 Description Fixes a good bunch, still some left. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:45 +01:00
adam closed this issue 2025-12-29 03:21:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2549