aerc/tools.go
Moritz Poldrack 57de50b7d4 lint: add golangci-lint to the linters
go vet has been removed from the lint step as it is run by the new
linter.

Signed-off-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-04 21:58:06 +02:00

6 lines
95 B
Go

//go:build tools
package main
import _ "github.com/golangci/golangci-lint/cmd/golangci-lint"