Browse Source

Remove lint from drone

pull/1/head
Jonas Franz 6 years ago
parent
commit
272fda0280
No known key found for this signature in database
GPG Key ID: 7293A220B7C38080
  1. 2
      .drone.yml

2
.drone.yml

@ -5,6 +5,6 @@ steps: @@ -5,6 +5,6 @@ steps:
- name: lint
image: golang:1.12
commands:
- make lint
#- make lint won't run in china
- make golangci-lint
- make fmt-check
Loading…
Cancel
Save