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

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
main
Kristoffer Dalby 1 week ago committed by Kristoffer Dalby
parent dd3b613787
commit 6e44c6828b
  1. 6
      .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:

Loading…
Cancel
Save