From 70a09b463703ae547e3f1f7ea5f34d47eb9de930 Mon Sep 17 00:00:00 2001
From: Malte Bauch <malte.bauch@extern.h-da.de>
Date: Tue, 19 Apr 2022 14:17:35 +0200
Subject: [PATCH] Ignore artifacts folder with linter

---
 .golangci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.golangci.yml b/.golangci.yml
index 894ea22bf..cccc94d98 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -5,6 +5,7 @@ run:
     issues-exit-code: 1
     # directories to be ignored by linters
     skip-dirs:
+        - artifacts
         - controller/forks
         - controller/test
         - controller/mocks
-- 
GitLab