aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorkolaente <konrad@kola-entertainments.de>2019-06-12 21:41:28 +0200
committertechknowlogick <techknowlogick@gitea.io>2019-06-12 15:41:28 -0400
commitf9ec2f89f2265bc1371a6c62359de9816534fa6b (patch)
treef48b138a457e5ac6cf843bbb38400926704370f7 /.drone.yml
parent5832f8d90df2d72cb38698c3e9050f2b29717dc7 (diff)
downloadgitea-f9ec2f89f2265bc1371a6c62359de9816534fa6b.tar.gz
gitea-f9ec2f89f2265bc1371a6c62359de9816534fa6b.zip
Add golangci (#6418)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 0b8c8422b6..ec90c158b1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -74,12 +74,10 @@ pipeline:
commands:
- make clean
- make generate
- - make vet
- - make lint
- - make fmt-check
+ - make golangci-lint
+ - make revive
- make swagger-check
- make swagger-validate
- - make misspell-check
- make test-vendor
- make build
when: