disable lint on circleci

This commit is contained in:
Todd Gruben 2021-10-29 11:02:49 -05:00
parent 6d6cf655c5
commit ac3445b8a5

View file

@ -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: