From 45b40661e2fded55f5ee1ff35ac47d72408d31b4 Mon Sep 17 00:00:00 2001 From: Yati Padia Date: Sat, 10 Jul 2021 09:27:00 +0530 Subject: [PATCH] ci: disable gomoddirectives linter This commit disables gomoddirectives linter as it bans use of replace directive. Update: #1586 Signed-off-by: Yati Padia --- scripts/golangci.yml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index 8f1fb375b..1e3a986f6 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -170,3 +170,5 @@ linters: # TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227 - goerr113 - forbidigo + # TODO: enable gomoddirectives + - gomoddirectives