From 4710679fbe8fd8e6e40c85a59ee0d86befb39c57 Mon Sep 17 00:00:00 2001 From: Goutham Date: Wed, 15 Nov 2023 15:30:09 +0100 Subject: [PATCH] Skip golanglint-ci on copied folders Signed-off-by: Goutham --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 666d22cbe..4df572c19 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,6 +6,7 @@ run: skip-dirs: # Copied it from a different source - storage/remote/otlptranslator/prometheusremotewrite + - storage/remote/otlptranslator/prometheus output: sort-results: true