From 4f0f484d78b60f5ed26ca532a53736ce6002971c Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 8 Jan 2025 11:42:39 -0800 Subject: [PATCH] Fix golangci config format --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index b6590d0..db19522 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,3 @@ ---- # SPDX-license-identifier: Apache-2.0 ############################################################################## # Copyright (c) 2024 @@ -7,7 +6,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## - linters: enable-all: true disable: