Skip to content

v1.6.1

Choose a tag to compare

@chavacava chavacava released this 12 Feb 13:34
· 202 commits to master since this release
9a54195

Changelog

  • c237f70 Update renovate.json config (#1221)
  • d02fd30 chore(deps): update module github.com/mattn/go-colorable to v0.1.14 (#1222)
  • 3b54068 chore(deps): update module github.com/stretchr/testify to v1.10.0 (#1223)
  • 82dd192 chore(deps): update module golang.org/x/sys to v0.30.0 (#1224)
  • f66fd1e chore(deps): update module golang.org/x/text to v0.22.0 (#1225)
  • a34327e chore: check go.mod and run gofmt in CI (#1215)
  • 5f01efa feature: add redundant-test-main-exit rule (#1208)
  • fd8d99d fix (1217): getting parameter type names panics in presence of generic types (#1218)
  • ea0222b fix(deps): update module golang.org/x/mod to v0.23.0 (#1219)
  • d04f429 fix(deps): update module golang.org/x/sync to v0.11.0 (#1220)
  • 3e3e982 fix(deps): update module golang.org/x/tools to v0.30.0 (#1227)
  • 8c5d8fc fix: flag-parameter rule wrongly detects var definition and points to the function signature (#1213)
  • 8cb2599 fix: invalid message reported for directive comment (#1209)
  • 9a54195 fix: panic with getFieldTypeName (#1229)
  • 4bd6fba fix: unconditional-recursion false positive when the function is called right after its declaration (#1212) (#1214)
  • e8b55f8 prepareSkips: to resolve regexps in excludes (#1060)