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