mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 12:03:26 -06:00
commented out metalinter as gopkg is having issues
This commit is contained in:
parent
d8a702cba3
commit
888ac27e25
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user