Explorar o código

commented out metalinter as gopkg is having issues

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
888ac27e25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -81,7 +81,7 @@ jobs:
     working_directory: /go/src/github.com/grafana/grafana
     steps:
       - checkout
-      - run: 'go get -u gopkg.in/alecthomas/gometalinter.v2'
+      #- run: 'go get -u gopkg.in/alecthomas/gometalinter.v2'
       - run: 'go get -u github.com/tsenart/deadcode'
       - run: 'go get -u github.com/gordonklaus/ineffassign'
       - run: 'go get -u github.com/opennota/check/cmd/structcheck'