From 6a4ade85d6df6504eacf9095c5eb23472ccc9bb9 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sun, 13 Jun 2021 19:58:08 +0200 Subject: [PATCH] added container based lint target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e1899f7c3..15f2ae229 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,5 @@ test: lint: golangci-lint run +clint: + docker run -it --rm -v $$(pwd):/app -w /app golangci/golangci-lint:v1.40.1 golangci-lint run -v