From c480147b3286270ecde35d6eefbb008894b53007 Mon Sep 17 00:00:00 2001 From: Kuba Date: Fri, 24 May 2024 10:52:36 +0200 Subject: [PATCH] feat(golint-ci): remove depricated and faulty linter --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 569bc51..21782b1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -239,9 +239,6 @@ linters-settings: line-length: 150 # tab width in spaces. Default to 1. tab-width: 1 - maligned: - # print struct with more effective memory layout or not, false by default - suggest-new: true misspell: # Correct spellings using locale preferences for US or UK. # Default is to use a neutral variety of English.