Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

golangci-lint --out-format=colored-line-number #3112

Merged
merged 2 commits into from
Mar 20, 2020

Commits on Mar 18, 2020

  1. golangci-lint --out-format=colored-line-number

    What Problem
    ===============
    
    In a project with .golancci.yml with `output: format: checkstyle` vscode will fail to parse warning output from golangci-lint. Other formats probably confuse this extension too.
    
    Solution
    --------------
    
     Let's be explicit about a format that we do understand. I chose `colored-line-number` because that's golangci-lint's default according to `golangci-lint run --help`.
    CarltonHenderson authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1515731 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Fix linting error

    ramya-rao-a committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    664e0f8 View commit details
    Browse the repository at this point in the history