mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-26 22:56:07 +02:00
Add vet and staticcheck make targets
This commit is contained in:
1
Makefile
1
Makefile
@@ -27,6 +27,7 @@ fmt:
|
||||
|
||||
# Examine Go source code and reports suspicious constructs
|
||||
.PHONY: vet
|
||||
vet:
|
||||
go vet ./...
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user