aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
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: