mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Let lint ignore grpcv1.go as it is placeholder
This commit is contained in:
parent
6369cea10e
commit
acd9ebbdf8
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ coverprofile_html:
|
||||||
go tool cover -html=coverage.out
|
go tool cover -html=coverage.out
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
golangci-lint run --timeout 5m
|
golangci-lint run
|
||||||
|
|
||||||
compress: build
|
compress: build
|
||||||
upx --brute headscale
|
upx --brute headscale
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//nolint
|
||||||
package headscale
|
package headscale
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue