Skip to content

Commit

Permalink
added container based lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 13, 2021
1 parent 94ecc24 commit 6a4ade8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a4ade8

Please sign in to comment.