From 932aeee349e0b3c26d7ee77d7182d4099c15467b Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 31 Dec 2024 12:46:48 +0530 Subject: [PATCH] ignore linter --- libs/filer/dbfs_client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/filer/dbfs_client.go b/libs/filer/dbfs_client.go index ce4683f70..7996bc89e 100644 --- a/libs/filer/dbfs_client.go +++ b/libs/filer/dbfs_client.go @@ -69,6 +69,8 @@ func (info dbfsFileInfo) Sys() any { } // Interface to allow mocking of the Databricks API client. +// +//nolint:gofumpt type databricksClient interface { Do(ctx context.Context, method, path string, headers map[string]string, requestBody any, responseBody any, visitors ...func(*http.Request) error) error