From 6e44c6828b501724b72a1bb31e51677b9e9f740b Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 7 Apr 2026 09:18:57 +0000 Subject: [PATCH] .golangci.yml: enforce gliderssh import alias via importas linter Signed-off-by: Kristoffer Dalby --- .golangci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index eb34f9d9e..ff8bd0722 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -10,9 +10,15 @@ linters: enable: - bidichk - govet + - importas - misspell - revive settings: + importas: + no-unaliased: true + alias: + - pkg: github.com/tailscale/gliderssh + alias: gliderssh # Matches what we use in corp as of 2023-12-07 govet: enable: