--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: '' --- - [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [ ] Yes, I've searched similar issues on GitHub and didn't find any. - [ ] Yes, I've included all information below (version, config, etc). - [ ] Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
Description of the problem Your description
Version of golangci-lint ```console $ golangci-lint --version # paste output here ```
Config file ```console $ cat .golangci.yml # paste output here ```
Go environment ```console $ go version && go env # paste output here ```
Verbose output of running ```console $ golangci-lint cache clean $ golangci-lint run -v # paste output here ```
Code example or link to a public repository ```go // add your code here ```