.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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user