.golangci.yml: enforce gliderssh import alias via importas linter
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Kristoffer Dalby
parent
dd3b613787
commit
6e44c6828b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user