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.