What's Changed
- docs: fix TOC item by @ldez in #1017
- docs: typo in add-constant configuration by @amincheloh in #1018
- #1002 - add "checkPublicInterface" option to "exported" rule to allow check documentation on public methods on public interfaces by @comdiv in #1003
- fix(deps): update module golang.org/x/tools to v0.24.0 by @renovate in #1019
- Add multiple scopes support to string-format rule by @KirillSluchaev in #1009
- check clear/max/min in redefines-builtin-id rule on go1.21+ by @skaji in #1024
- check param, result, type param of function in redefines-builtin-id rule by @skaji in #1023
- extract go version without depending on go list by @chavacava in #1025
- use a default Go version (1.0) in absence of go.mod by @chavacava in #1028
- fix #1029 by @chavacava in #1030
- docs: fix typo in comments by @alexandear in #1037
- docs: update Go wiki links by @alexandear in #1036
- fix lint issues by @ytnsym in #1038
- Move away from deprecated github.com/pkg/errors by @alexandear in #1039
- fix gitignore by @ytnsym in #1042
- adds tests for specific go versions by @chavacava in #1043
New Contributors
- @amincheloh made their first contribution in #1018
- @KirillSluchaev made their first contribution in #1009
- @skaji made their first contribution in #1024
- @ytnsym made their first contribution in #1038
Full Changelog: v1.3.9...v1.4.0