.golangci.yml: enforce gliderssh import alias via importas linter

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2026-04-07 09:18:57 +00:00
committed by Kristoffer Dalby
parent dd3b613787
commit 6e44c6828b
+6
View File
@@ -10,9 +10,15 @@ linters:
enable: enable:
- bidichk - bidichk
- govet - govet
- importas
- misspell - misspell
- revive - revive
settings: settings:
importas:
no-unaliased: true
alias:
- pkg: github.com/tailscale/gliderssh
alias: gliderssh
# Matches what we use in corp as of 2023-12-07 # Matches what we use in corp as of 2023-12-07
govet: govet:
enable: enable: