Skip to content

Commit

Permalink
use golangci-lint
Browse files Browse the repository at this point in the history
as gometalinter got deprecated
  • Loading branch information
PirminTapken committed Dec 11, 2019
1 parent 51ab2a3 commit cbcdc9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- run:
name: gometalinter
command: |
go get github.com/alecthomas/gometalinter
gometalinter -i
gometalinter --deadline=5m --vendor --skip=proto --sort=severity ./...
wget -O- -nv https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-linux-amd64.tar.gz | tar -xvzO golangci-lint-1.21.0-linux-amd64/golangci-lint > golangci-lint && chmod +x golangci-lint
./golangci-lint
- deploy:
name: push docker images
command: |
Expand Down

0 comments on commit cbcdc9f

Please sign in to comment.