ci: disable forbidigo linter

This commit disables the forbidigo linter as
this linter forbids the use of fmt.Printf
but we need to use it in various part of
our codebase.

Updates: #1586

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

View File

@ -169,3 +169,4 @@ linters:
- exhaustivestruct
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
- goerr113
- forbidigo