ci: disable gomoddirectives linter

This commit disables gomoddirectives
linter as it bans use of replace directive.

Update: #1586

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia 2021-07-10 09:27:00 +05:30 committed by mergify[bot]
parent 9d6ce7c5dd
commit 45b40661e2

View File

@ -170,3 +170,5 @@ linters:
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
- goerr113
- forbidigo
# TODO: enable gomoddirectives
- gomoddirectives