From 58492fffced4fa6c0f4133404bb3386bf910f7fe Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 14 Feb 2021 22:40:08 +0100 Subject: [PATCH] Run all lint checks at once --- .drone1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index a0252837c2..d259869884 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -83,9 +83,8 @@ steps: GOPROXY: 'https://goproxy.kolaente.de' depends_on: [ build ] commands: - - ./mage-static check:got-swag - wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0 - - ./mage-static check:golangci + - ./mage-static check:all when: event: [ push, tag, pull_request ]