mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Remove golint, its deprecated
This commit removed `golint`, its deprecated: https://github.com/golang/lint and golangci-lint has overlapping features.
This commit is contained in:
parent
2d92719095
commit
6369cea10e
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -19,7 +19,6 @@ coverprofile_html:
|
|||
go tool cover -html=coverage.out
|
||||
|
||||
lint:
|
||||
golint
|
||||
golangci-lint run --timeout 5m
|
||||
|
||||
compress: build
|
||||
|
|
Loading…
Reference in a new issue