Skip to content

v0.7.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 04:46
· 15 commits to master since this release
v0.7.3
aff941a
  • 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.