From 559e49e4000a65b16968394a738d6ce66794f325 Mon Sep 17 00:00:00 2001 From: nobe4 Date: Thu, 9 Jan 2025 13:00:02 +0100 Subject: [PATCH] feat: enable depguard --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 47ba7c0..cec69c5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,7 +5,6 @@ linters: disable: - cyclop # some functions need refactoring, I'll deal with that later - # - depguard # I'm not that pedantic - exhaustruct # it's ok not to specify all the fields in a struct definition - godox # I like leaving TODOs in the code - nlreturn # keeps the code concise