From fc64028097d90729a7ad863dcfbb4b164468a60e Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 28 Apr 2024 00:48:17 +0100 Subject: [PATCH] chore(lint): do not lint the path helper lib. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39cbe7bf..b1a51e90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ golangci-lint: stage: lint image: golangci/golangci-lint script: - - golangci-lint run + - golangci-lint run --skip-dirs pkg/paths packer: stage: lint