Running golangci-lint cache clean ; golangci-lint run --fix > /dev/null
alternates between "fixed" and "not fixed" formats
#3454
Labels
question
Further information is requested
Welcome
Description of the problem
After adding
running
golangci-lint cache clean ; golangci-lint run --fix > /dev/null
alternates between "fixed" and "not fixed" formats of the files.Doing the same with just
goimports -w -local shift-optimization-algorithm .
gives a fully stable resultVersion of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
Private repo 🤷
// add your code here
The text was updated successfully, but these errors were encountered: