Skip to content

Commit

Permalink
fix: Fixes CI lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Oct 23, 2023
1 parent e4d4f47 commit b3cdba2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3cdba2

Please sign in to comment.