Let lint ignore grpcv1.go as it is placeholder

This commit is contained in:
Kristoffer Dalby 2021-10-27 07:06:39 +00:00
parent 6369cea10e
commit acd9ebbdf8
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ coverprofile_html:
go tool cover -html=coverage.out
lint:
golangci-lint run --timeout 5m
golangci-lint run
compress: build
upx --brute headscale

View File

@ -1,3 +1,4 @@
//nolint
package headscale
import (