From 8af9cfbb7d2633ff7d14a2ee693d8e01c0ebe0e3 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Fri, 29 Oct 2021 13:08:24 -0500 Subject: [PATCH] removed --new check --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 69c263acb..56df3a822 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -30,7 +30,7 @@ golangci-lint: allow_failure: false script: - echo "Checking for issues in new code" - - golangci-lint run -v --new-from-rev=HEAD~1 + - golangci-lint run -v install lattice: stage: test