From ac3445b8a55299115788fc2ade8c7207be34480e Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Fri, 29 Oct 2021 11:02:49 -0500 Subject: [PATCH] disable lint on circleci --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30b2ef5e4..8524a0afd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,14 +70,6 @@ jobs: - checkout-plus - skip-if-root-unchanged - run: make check-license-headers - linter: - executor: - name: golang - steps: - - checkout-plus - - skip-if-root-unchanged - - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.31.0 - - run: make golangci-lint go-mod-tidy: executor: name: golang @@ -235,10 +227,6 @@ workflows: filters: tags: only: /^v.*/ - - linter: - context: molecula - requires: - - setup - check-license-headers: context: molecula requires: