From 9cd04c496b032db2861b86f8a95f413cb7e0baf7 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Wed, 22 Nov 2023 14:32:33 -0500 Subject: [PATCH] fix: Fixes CI lint check (#129) Co-authored-by: gab-arrobo --- .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.