Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix malformed configuration of golangci #127

Closed
wants to merge 3 commits into from

Commits on Oct 3, 2023

  1. ci: fix malformed configuration of golangci

    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]>
    isimluk committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    773ba0f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    c615df1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    cee1c15 View commit details
    Browse the repository at this point in the history