Skip to content

v1.5.1

Latest
Compare
Choose a tag to compare
@chavacava chavacava released this 16 Nov 10:45
· 10 commits to master since this release
3378f70

Changelog

  • cc3ad5f fix #1066 by ignoring what seems legit modification of value receivers
  • 1070fcd fix(deps): update module golang.org/x/mod to v0.22.0 (#1099)
  • a4d0c43 fix(deps): update module golang.org/x/tools to v0.27.0 (#1102)
  • ce69652 fix: cli tests on Windows; add tests-on-windows workflow
  • 7ee4500 fix: fixes #1103 by fixing the processing of max-public-structs arguments (#1114)
  • c0d4d07 fix: nil panic on old go.mod (issue #1100)
  • 74e2417 fix: revive hangs on Windows if go.mod is not found
  • 4c958ef refactor: remove redundant defer
  • be95bfa refactor: rename files to follow Go convention
  • 3378f70 refactor: replace mutex with sync.Once for rule configuration (#1118)