Skip to content

v1.13.0

Latest

Choose a tag to compare

@chavacava chavacava released this 14 Nov 11:06
· 21 commits to master since this release
ac5f398

What's Changed

Features

Bug fixes

  • fix: rule struct-tag false positive on validate:omitempty by @chavacava in #1525
  • import-shadowing: handle versioned packages correctly by @vbvictor in #1445
  • package-directory-mismatch: ignore main_test package name by @uloamaka in #1545
  • fix: false positive for return in a defer function has no effect by @chavacava in #1531
  • fix: rule struct-tag add all missing go-validator tags (#1526) by @focusaurus in #1533
  • fix: rule confusing-naming false positive on multiple blank identifiers by @emmanuel-ferdman in #1536
  • useless-fallthrough: do not report fallthrough before default by @anupriyakkumari in #1549
  • package-directory-mismatch: allow test package names in version paths by @thespags in #1547
  • package-directory-mismatch: ignore mismatch in root directory by @uloamaka in #1548

Updates

  • fix(deps): update module github.com/spf13/afero to v1.15.0 by @renovate[bot] in #1521
  • chore(deps): update golang docker tag to v1.25 by @renovate[bot] in #1474
  • docs: fix typos by @alexandear in #1553
  • feature: add enableDefaultRules config option by @cce in #1551
  • chore(deps): bump Go 1.24 by @alexandear in #1555
  • chore(deps): update github.com/golangci/golines digest to 8fd09d3 by @renovate[bot] in #1558
  • chore(deps): update golang.org/x/telemetry digest to 5cc343d by @renovate[bot] in #1559
  • chore(deps): update module github.com/catenacyber/perfsprint to v0.10.1 - autoclosed by @renovate[bot] in #1560
  • chore(deps): update github.com/golangci/gofmt digest to 3e58ba0 by @renovate[bot] in #1557
  • chore: update schedule in renovate config by @alexandear in #1571
  • chore(deps): update module dev.gaijin.team/go/golib to v0.7.0 - autoclosed by @renovate[bot] in #1570
  • chore(deps): update module google.golang.org/protobuf to v1.36.10 - autoclosed by @renovate[bot] in #1569
  • fix(deps): update module golang.org/x/sync to v0.18.0 by @renovate[bot] in #1572
  • change: merge code-style with style categories by @alexandear in #1573
  • chore(deps): update module golang.org/x/sys to v0.38.0 by @renovate[bot] in #1574
  • fix(deps): update module golang.org/x/tools to v0.39.0 by @renovate[bot] in #1577

Docs

New Contributors

Full Changelog: v1.12.0...v1.13.0