From b3cdba25adb9022361c306c5ffebd25a0d77d88a Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Mon, 23 Oct 2023 18:39:50 -0400 Subject: [PATCH] fix: Fixes CI lint check --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index cd1df35b..dfa1685b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -214,9 +214,6 @@ linters-settings: misspell: #locale: US ignore-words: - whitespace: - multi-if: false # Enforces newlines (or comments) after every multi-line if statement - multi-func: false # Enforces newlines (or comments) after every multi-line function signature wsl: # If true append is only allowed to be cuddled if appending value is # matching variables, fields or types on line above. Default is true.