From 930069f098ad4f65337b760c6c23ff353fb4cb70 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Tue, 25 Jun 2024 14:31:20 +0200 Subject: [PATCH] Fix rebase --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index fff671857aa..f6305b15132 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -73,7 +73,7 @@ linters: # Need to check - nlreturn # [too strict and mostly code is not more readable] checks for a new line before return and branch statements to increase code clarity - - goerr113 # [too strict] checks the errors handling expressions + - err113 # [too strict] checks the errors handling expressions # To be fixed - gocognit # https://github.com/opendatahub-io/opendatahub-operator/issues/709