Remove double lint (#3748)

- Circel CI and Golangci were doing linting jobs, removed circleci

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
Marko 2019-06-24 15:48:21 +02:00 committed by Ethan Buchman
parent 3e7752c29d
commit a44c621d2d

View File

@ -67,22 +67,6 @@ jobs:
export PATH="$GOBIN:$PATH" export PATH="$GOBIN:$PATH"
make build-slate make build-slate
lint:
<<: *defaults
steps:
- attach_workspace:
at: /tmp/workspace
- restore_cache:
key: v4-pkg-cache
- restore_cache:
key: v3-tree-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: metalinter
command: |
set -ex
export PATH="$GOBIN:$PATH"
make lint
test_abci_apps: test_abci_apps:
<<: *defaults <<: *defaults
steps: steps:
@ -358,9 +342,6 @@ workflows:
- master - master
- develop - develop
- setup_dependencies - setup_dependencies
- lint:
requires:
- setup_dependencies
- test_abci_apps: - test_abci_apps:
requires: requires:
- setup_dependencies - setup_dependencies