From bb4a5860b887c240e2addae005dab62f49a60e59 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Wed, 25 Sep 2024 14:56:50 -0500 Subject: [PATCH] Fix accidental change --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 1d4836e0..16e3adbd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -62,7 +62,7 @@ linters-settings: enable-all: true disable: - fieldalignment - - shadientow + - shadow gomoddirectives: replace-allow-list: - github.com/attestantio/go-builder-client