From 03f3f424aa81498d7cc33a9615b56448af9955b5 Mon Sep 17 00:00:00 2001 From: Seebs Date: Wed, 6 Nov 2019 13:04:59 -0600 Subject: [PATCH] don't lint PEG files I was pretty sure I'd done this, but I guess not: Skip linting the PEG files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 241480b41..a25195ef8 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ docker-test: # Run golangci-lint golangci-lint: require-golangci-lint - golangci-lint run + golangci-lint run --skip-files '.*\.peg\.go' # Run gometalinter with custom flags gometalinter: require-gometalinter vendor