From 2f809c5fdb68854a7a7e7432497b06b040c5f768 Mon Sep 17 00:00:00 2001 From: "Artur M. Wolff" Date: Mon, 6 Jun 2022 10:27:45 +0200 Subject: [PATCH] ci: add check-deferloop Change-Id: Iac334431ab65934b55d35609c036c59f38d1f6da --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index bb2e5d2..2c91a49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,6 +61,7 @@ pipeline { sh 'check-atomic-align ./...' sh 'check-monkit ./...' sh 'check-errs ./...' + sh 'check-deferloop ./...' sh 'staticcheck ./...' sh 'golangci-lint run --config /go/ci/.golangci.yml' sh 'check-downgrades' @@ -75,6 +76,7 @@ pipeline { sh 'check-atomic-align ./...' sh 'check-monkit ./...' sh 'check-errs ./...' + sh 'check-deferloop ./...' sh 'staticcheck ./...' sh 'golangci-lint run --config /go/ci/.golangci.yml' }