You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated config for Go projects no longer uses golangci-lint for code formatting. Instead, it is configured to use gofumpt.
The generated config for golangci-lint creates a config file named .golangci.yml file instead of golangci-lint.yml. This removes the need to pass the -C file to golangci-lint.
The generated config for Go projects does enable golangci-lint as a tidier with its --fix flag. This is useful for applying fixes from various linters.