mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
9414a76a86
commit
9d6ce7c5dd
@ -169,3 +169,4 @@ linters:
|
||||
- exhaustivestruct
|
||||
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
||||
- goerr113
|
||||
- forbidigo
|
||||
|
Loading…
Reference in New Issue
Block a user