Skip to content

Commit

Permalink
ci: fix malformed configuration of golangci
Browse files Browse the repository at this point in the history
Removing a duplicate block.

Addressing:
run golangci-lint   Running [/home/runner/golangci-lint-1.54.2-linux-amd64/golangci-lint run --out-format=github-actions -v --config ./.golangci.yml] in [] ...   level=error msg="Can't read config: can't read viper config: While parsing config: yaml: unmarshal errors:\n  line 217: mapping key \"whitespace\" already defined at line 209"

Signed-off-by: Šimon Lukašík <[email protected]>
  • Loading branch information
isimluk committed Oct 3, 2023
1 parent e4d4f47 commit 80058bd
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 80058bd

Please sign in to comment.