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:
- name: lint - name: lint
image: golang:1.12 image: golang:1.12
commands: commands:
- make lint #- make lint won't run in china
- make golangci-lint - make golangci-lint
- make fmt-check - make fmt-check
Loading…
Cancel
Save