switch to golangci-lint from gometalinter 🚤

This commit is contained in:
Anton Kaliaev
2019-02-06 15:00:55 +04:00
parent d8f0bc3e60
commit da33dd04cc
6 changed files with 88 additions and 47 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
command: |
set -ex
export PATH="$GOBIN:$PATH"
make metalinter
make lint
- run:
name: check_dep
command: |