What's Changed
- Support staticcheck lint:ignore and lint:file-ignore directives by @jeremyeim in #33
- General dependencies upgrade: by @sluongng in #36
- feat: Introduce .bazelversion and pin to 6.4.0 by @paiyar in #42
- Add staticcheck example. by @ekhabarov in #35
- Deps upgrade by @sluongng in #44
Maintainer Notes
The upstream golangci-lint
project package structure has changed a lot since our last release,
This resulted in a different way the analyzers are packaged there and how we consumed them in this repo.
As a result, some analyzers are no longer supported via @nogo-analyzer//golangci-lint
such as
deadcode
, nonamedreturns
, wastedassign
, ...
Some new analyzers were also added, such as intrange
, mirror
, zerologlint
,...
For more details, please check #44.
Contributions to improve the golngci-lint
analyzers are always welcome. 🙇
New Contributors
- @jeremyeim made their first contribution in #33
- @paiyar made their first contribution in #42
- @ekhabarov made their first contribution in #35
Thank you! 🙏
Full Changelog: v0.0.2...v0.0.3