mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
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:
parent
9d6ce7c5dd
commit
45b40661e2
@ -170,3 +170,5 @@ linters:
|
|||||||
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
||||||
- goerr113
|
- goerr113
|
||||||
- forbidigo
|
- forbidigo
|
||||||
|
# TODO: enable gomoddirectives
|
||||||
|
- gomoddirectives
|
||||||
|
Loading…
Reference in New Issue
Block a user